Mercurial > pidgin
changeset 5873:a18e88c4dace
[gaim-migrate @ 6305]
Even MORE of a cleanup! Ooohh yeahhh.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 14 Jun 2003 23:25:41 +0000 |
parents | 059d95c67cda |
children | 964e4f94fc56 |
files | plugins/autorecon.c plugins/gaim-remote/remote.c plugins/gestures/gestures.c plugins/history.c plugins/iconaway.c plugins/idle.c plugins/perl/perl.c plugins/spellchk.c plugins/statenotify.c plugins/ticker/ticker.c plugins/timestamp.c |
diffstat | 11 files changed, 1 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- 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) {