# HG changeset patch # User Christian Hammond # Date 1055633141 0 # Node ID a18e88c4dace1d9bc9748e7c2f95a29ed8d74a97 # Parent 059d95c67cda9a5606836d92b947e430506a9964 [gaim-migrate @ 6305] Even MORE of a cleanup! Ooohh yeahhh. committer: Tailor Script diff -r 059d95c67cda -r a18e88c4dace plugins/autorecon.c --- a/plugins/autorecon.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/autorecon.c Sat Jun 14 23:25:41 2003 +0000 @@ -4,8 +4,6 @@ #include "debug.h" #include "prpl.h" -#include "gaim.h" - #define AUTORECON_PLUGIN_ID "core-autorecon" #define INITIAL 8000 diff -r 059d95c67cda -r a18e88c4dace plugins/gaim-remote/remote.c --- a/plugins/gaim-remote/remote.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/gaim-remote/remote.c Sat Jun 14 23:25:41 2003 +0000 @@ -42,7 +42,7 @@ #include -#define REMOTE_PLUGIN_ID "core-remote" +#define REMOTE_PLUGIN_ID "gtk-remote" struct UI { GIOChannel *channel; diff -r 059d95c67cda -r a18e88c4dace plugins/gestures/gestures.c --- a/plugins/gestures/gestures.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/gestures/gestures.c Sat Jun 14 23:25:41 2003 +0000 @@ -27,8 +27,6 @@ #include "gtkplugin.h" #include "gtkutils.h" -#include "gaim.h" - #include "gstroke.h" #define GESTURES_PLUGIN_ID "gtk-gestures" diff -r 059d95c67cda -r a18e88c4dace plugins/history.c --- a/plugins/history.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/history.c Sat Jun 14 23:25:41 2003 +0000 @@ -12,8 +12,6 @@ #include "gtkimhtml.h" #include "gtkplugin.h" -#include "gaim.h" - #define HISTORY_PLUGIN_ID "core-history" #define HISTORY_SIZE (4 * 1024) diff -r 059d95c67cda -r a18e88c4dace plugins/iconaway.c --- a/plugins/iconaway.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/iconaway.c Sat Jun 14 23:25:41 2003 +0000 @@ -5,8 +5,6 @@ #include "gtkconv.h" #include "gtkplugin.h" -#include "gaim.h" - #define ICONAWAY_PLUGIN_ID "gtk-iconaway" G_MODULE_IMPORT GtkWidget *imaway; diff -r 059d95c67cda -r a18e88c4dace plugins/idle.c --- a/plugins/idle.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/idle.c Sat Jun 14 23:25:41 2003 +0000 @@ -12,8 +12,6 @@ #include "gtkplugin.h" #include "gtkutils.h" -#include "gaim.h" - #define IDLE_PLUGIN_ID "gtk-idle" static GaimConnection *gc = NULL; diff -r 059d95c67cda -r a18e88c4dace plugins/perl/perl.c --- a/plugins/perl/perl.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/perl/perl.c Sat Jun 14 23:25:41 2003 +0000 @@ -85,7 +85,6 @@ #include "server.h" #include "sound.h" -#include "gaim.h" #include "ui.h" #ifndef call_pv diff -r 059d95c67cda -r a18e88c4dace plugins/spellchk.c --- a/plugins/spellchk.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/spellchk.c Sat Jun 14 23:25:41 2003 +0000 @@ -16,8 +16,6 @@ #include "gtkplugin.h" #include "gtkutils.h" -#include "gaim.h" - #define SPELLCHECK_PLUGIN_ID "gtk-spellcheck" enum { diff -r 059d95c67cda -r a18e88c4dace plugins/statenotify.c --- a/plugins/statenotify.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/statenotify.c Sat Jun 14 23:25:41 2003 +0000 @@ -4,8 +4,6 @@ #include "conversation.h" #include "debug.h" -#include "gaim.h" - static void write_status(GaimConnection *gc, char *who, const char *message) { diff -r 059d95c67cda -r a18e88c4dace plugins/ticker/ticker.c --- a/plugins/ticker/ticker.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/ticker/ticker.c Sat Jun 14 23:25:41 2003 +0000 @@ -31,8 +31,6 @@ #include "gtkblist.h" #include "gtkplugin.h" -#include "gaim.h" - #include "gtkticker.h" #define TICKER_PLUGIN_ID "gtk-ticker" diff -r 059d95c67cda -r a18e88c4dace plugins/timestamp.c --- a/plugins/timestamp.c Sat Jun 14 23:21:02 2003 +0000 +++ b/plugins/timestamp.c Sat Jun 14 23:25:41 2003 +0000 @@ -12,8 +12,6 @@ #include "gtkplugin.h" #include "gtkutils.h" -#include "gaim.h" - #define TIMESTAMP_PLUGIN_ID "gtk-timestamp" //Set the default to 5 minutes.