diff src/plugin.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 8f5ccf9e590a
children a3e60ff95b7d
line wrap: on
line diff
--- a/src/plugin.c	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/plugin.c	Sat Jun 14 23:21:02 2003 +0000
@@ -34,29 +34,15 @@
  * Yeah, well now I'm re-writing a good portion of it! The perl stuff was
  * a hack. Tsk tsk! -- Christian <chipx86@gnupdate.org>
  */
+#include "internal.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include "gaim.h"
 #include "accountopt.h"
-#include "prpl.h"
+#include "debug.h"
 #include "event.h"
 #include "notify.h"
-
-#include <string.h>
-
-#include <sys/types.h>
-#include <sys/stat.h>
-
-#include <unistd.h>
-#include <stdio.h>
-#include <stdlib.h>
-
-#ifdef _WIN32
-#include "win32dep.h"
-#endif
+#include "prefs.h"
+#include "prpl.h"
+#include "request.h"
 
 #ifdef _WIN32
 # define PLUGIN_EXT ".dll"