diff src/gaimrc.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 d048e5f2af27
children 964e4f94fc56
line wrap: on
line diff
--- a/src/gaimrc.c	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/gaimrc.c	Sat Jun 14 23:21:02 2003 +0000
@@ -18,36 +18,24 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include <string.h>
+#include "internal.h"
 
-#ifndef _WIN32
-#include <sys/time.h>
-#include <unistd.h>
-#endif
-
-#include <sys/types.h>
-#include <sys/stat.h>
-
-#include <ctype.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include "gaim.h"
-#include "prpl.h"
+#include "account.h"
+#include "debug.h"
+#include "log.h"
+#include "notify.h"
+#include "pounce.h"
 #include "prefs.h"
 #include "proxy.h"
+#include "prpl.h"
 #include "sound.h"
-#include "gtksound.h"
-#include "pounce.h"
+#include "ui.h"
+#include "util.h"
+
+#include "gaim.h"
+
 #include "gtkpounce.h"
-#include "notify.h"
-
-#ifdef _WIN32
-#include "win32dep.h"
-#endif
+#include "gtksound.h"
 
 /* for people like myself, who are too lazy to add an away msg :) */
 #define BORING_DEFAULT_AWAY_MSG _("sorry, i ran out for a while. bbl")