diff plugins/ticker/ticker.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 eeba9205dd0f
children a18e88c4dace
line wrap: on
line diff
--- a/plugins/ticker/ticker.c	Sat Jun 14 21:34:31 2003 +0000
+++ b/plugins/ticker/ticker.c	Sat Jun 14 23:21:02 2003 +0000
@@ -21,20 +21,19 @@
  * ticker.c -- Syd Logan, Summer 2000
  * pluginized- Sean Egan, Summer 2002
  */
-
+#include "internal.h"
 
-#include <gtk/gtk.h>
-#include "gtkticker.h"
-#include <string.h>
-#include <stdlib.h>
+#include "blist.h"
+#include "conversation.h"
+#include "debug.h"
+#include "prpl.h"
+
+#include "gtkblist.h"
+#include "gtkplugin.h"
+
 #include "gaim.h"
-#include "prpl.h"
-#include "gtkplugin.h"
-#include "blist.h"
-#include "gtkblist.h"
-#ifdef _WIN32
-#include "win32dep.h"
-#endif
+
+#include "gtkticker.h"
 
 #define TICKER_PLUGIN_ID "gtk-ticker"