[gaim-migrate @ 14711]

Thu, 08 Dec 2005 20:57:48 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 08 Dec 2005 20:57:48 +0000
changeset 12404
657afdf0f596
parent 12403
1fdd1f0df20b
child 12405
4575a63da9a6

[gaim-migrate @ 14711]
Add gtkconn.h as an #include to clear up a prototype warning. Remove two duplicate #includes.

src/gtkconn.c file | annotate | diff | comparison | revisions
--- a/src/gtkconn.c	Thu Dec 08 20:57:32 2005 +0000
+++ b/src/gtkconn.c	Thu Dec 08 20:57:48 2005 +0000
@@ -30,14 +30,13 @@
 #include "notify.h"
 #include "prefs.h"
 #include "gtkblist.h"
+#include "gtkconn.h"
+#include "gtkdialogs.h"
 #include "gtkstatusbox.h"
 #include "gtkstock.h"
+#include "gtkutils.h"
 #include "util.h"
 
-#include "gtkblist.h"
-#include "gtkdialogs.h"
-#include "gtkutils.h"
-
 #define INITIAL_RECON_DELAY 8000
 #define MAX_RECON_DELAY 600000
 

mercurial