Sat, 14 Jun 2003 23:25:41 +0000
[gaim-migrate @ 6305]
Even MORE of a cleanup! Ooohh yeahhh.
| plugins/autorecon.c | file | annotate | diff | comparison | revisions | |
| plugins/gaim-remote/remote.c | file | annotate | diff | comparison | revisions | |
| plugins/gestures/gestures.c | file | annotate | diff | comparison | revisions | |
| plugins/history.c | file | annotate | diff | comparison | revisions | |
| plugins/iconaway.c | file | annotate | diff | comparison | revisions | |
| plugins/idle.c | file | annotate | diff | comparison | revisions | |
| plugins/perl/perl.c | file | annotate | diff | comparison | revisions | |
| plugins/spellchk.c | file | annotate | diff | comparison | revisions | |
| plugins/statenotify.c | file | annotate | diff | comparison | revisions | |
| plugins/ticker/ticker.c | file | annotate | diff | comparison | revisions | |
| plugins/timestamp.c | file | annotate | diff | comparison | revisions |
--- 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
--- 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 <gaim-remote/remote.h> -#define REMOTE_PLUGIN_ID "core-remote" +#define REMOTE_PLUGIN_ID "gtk-remote" struct UI { GIOChannel *channel;
--- 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"
--- 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)
--- 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;
--- 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;
--- 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
--- 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 {
--- 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) {