changeset 12404:7c7cb03e5475

[gaim-migrate @ 14711] Add gtkconn.h as an #include to clear up a prototype warning. Remove two duplicate #includes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:57:48 +0000
parents 14230fbe943e
children 57a0c8fc4bbc
files src/gtkconn.c
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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