comparison src/gtkconn.c @ 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 2f4577ae3810
children 301e9f0841d7
comparison
equal deleted inserted replaced
12403:14230fbe943e 12404:7c7cb03e5475
28 #include "account.h" 28 #include "account.h"
29 #include "debug.h" 29 #include "debug.h"
30 #include "notify.h" 30 #include "notify.h"
31 #include "prefs.h" 31 #include "prefs.h"
32 #include "gtkblist.h" 32 #include "gtkblist.h"
33 #include "gtkconn.h"
34 #include "gtkdialogs.h"
33 #include "gtkstatusbox.h" 35 #include "gtkstatusbox.h"
34 #include "gtkstock.h" 36 #include "gtkstock.h"
37 #include "gtkutils.h"
35 #include "util.h" 38 #include "util.h"
36
37 #include "gtkblist.h"
38 #include "gtkdialogs.h"
39 #include "gtkutils.h"
40 39
41 #define INITIAL_RECON_DELAY 8000 40 #define INITIAL_RECON_DELAY 8000
42 #define MAX_RECON_DELAY 600000 41 #define MAX_RECON_DELAY 600000
43 42
44 typedef struct { 43 typedef struct {