Thu, 08 Dec 2005 20:57:48 +0000
[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