diff src/gtkprefs.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 44d381ad19a9
children 90d0849abd3c
line wrap: on
line diff
--- a/src/gtkprefs.c	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/gtkprefs.c	Sat Jun 14 23:21:02 2003 +0000
@@ -21,38 +21,30 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include <string.h>
-#include <sys/time.h>
-
-#include <sys/types.h>
-#include <sys/stat.h>
-
-#include <unistd.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <stdarg.h>
-#include <ctype.h>
-#include <gtk/gtk.h>
+#include "internal.h"
+
+#include "debug.h"
+#include "notify.h"
+#include "prefs.h"
+#include "proxy.h"
+#include "prpl.h"
+#include "sound.h"
+#include "util.h"
+
+#include "gtkblist.h"
+#include "gtkconv.h"
+#include "gtkdebug.h"
 #include "gtkimhtml.h"
-#include "gaim.h"
-#include "gtkblist.h"
-#include "gtkdebug.h"
 #include "gtkplugin.h"
 #include "gtkprefs.h"
-#include "prpl.h"
-#include "prefs.h"
-#include "proxy.h"
-#include "sound.h"
 #include "gtksound.h"
-#include "notify.h"
-
-#ifdef _WIN32
-#include "win32dep.h"
-#endif
+#include "gtkutils.h"
+#include "stock.h"
+
+#include "ui.h"
+
+/* XXX for grab_url */
+#include "gaim.h"
 
 #define PROXYHOST 0
 #define PROXYPORT 1