diff src/browser.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents b7319c094153
children b77c0feec150
line wrap: on
line diff
--- a/src/browser.c	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/browser.c	Sat Jun 14 23:21:02 2003 +0000
@@ -25,42 +25,19 @@
  * their protocol.  Nifty.
  *
  */
-
+#include "internal.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#ifdef _WIN32
-#include <gdk/gdkwin32.h>
-#else
-#include <unistd.h>
-#ifndef HOST_NAME_MAX
-#define HOST_NAME_MAX 255
-#endif
-#include <gdk/gdkx.h>
-#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
+#include <gdk/gdkprivate.h>
 
-
-
-
-#include <gtk/gtk.h>
-#include <gdk/gdkprivate.h>
-#include "gaim.h"
+#include "debug.h"
 #include "notify.h"
 #include "prefs.h"
+#include "util.h"
 
 #ifndef _WIN32
-
-
-
-
 #include <X11/Xlib.h>
 #include <X11/Xatom.h>
 
-
 static const char *progname = "gaim";
 static const char *expected_mozilla_version = "1.1";