diff src/protocols/gg/confer.c @ 13626:fa7313d125ac

[gaim-migrate @ 16013] utils.c / utils.h is a common name. Namespacing the gg prpl's utils files to gg-utils.c and gg-utils.h. committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 11 Apr 2006 21:48:11 +0000
parents 41747a38a1a8
children
line wrap: on
line diff
--- a/src/protocols/gg/confer.c	Tue Apr 11 21:07:58 2006 +0000
+++ b/src/protocols/gg/confer.c	Tue Apr 11 21:48:11 2006 +0000
@@ -23,7 +23,7 @@
 
 #include <libgadu.h>
 #include "gg.h"
-#include "utils.h"
+#include "gg-utils.h"
 #include "confer.h"
 
 /* GaimConversation *ggp_confer_find_by_name(GaimConnection *gc, const gchar *name) {{{ */