diff src/core.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 022786c7ab53
children 7574c6e35fd9
line wrap: on
line diff
--- a/src/core.c	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/core.c	Sat Jun 14 23:21:02 2003 +0000
@@ -18,13 +18,8 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+/*
+ * NOTE - I'd like to see this entire file just go away! -- ChipX86
+ */
 
-#include <glib.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <sys/types.h>
-
-
+/* DONE! */