diff plugins/ticker/ticker.c @ 3867:43e396e94095

[gaim-migrate @ 4019] compile cleanups by nathan committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 03 Nov 2002 07:36:09 +0000
parents 195049ac6bf3
children 3ccbdf8e7f8d
line wrap: on
line diff
--- a/plugins/ticker/ticker.c	Sun Nov 03 07:32:07 2002 +0000
+++ b/plugins/ticker/ticker.c	Sun Nov 03 07:36:09 2002 +0000
@@ -22,9 +22,6 @@
  * pluginized- Sean Egan, Summer 2002
  */
 
-#ifndef GAIM_PLUGINS
-#define GAIM_PLUGINS
-#endif
 
 #include <gtk/gtk.h>
 #include "gtkticker.h"
@@ -37,6 +34,10 @@
 #include "win32dep.h"
 #endif
 
+#ifndef GAIM_PLUGINS
+#define GAIM_PLUGINS
+#endif
+
 static GtkWidget *tickerwindow = NULL;
 static GtkWidget *ticker;
 static GModule *handle;