changeset 7084:0909ebf6fb28

[gaim-migrate @ 7649] Bye bye, UI-specific includes. I think all protocol plugins are finally clear of any and all UI! (Aside from some #if 0'd code). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 22:59:30 +0000
parents 3100a6e03644
children 807aba537663
files src/protocols/napster/napster.c src/protocols/toc/toc.c src/protocols/yahoo/yahoo.c src/protocols/zephyr/zephyr.c
diffstat 4 files changed, 3 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Tue Sep 30 22:56:49 2003 +0000
+++ b/src/protocols/napster/napster.c	Tue Sep 30 22:59:30 2003 +0000
@@ -2,7 +2,7 @@
  * gaim - Napster Protocol Plugin
  *
  * Copyright (C) 2000-2001, Rob Flynn <rob@marko.net>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -16,7 +16,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
  */
 #include "internal.h"
 
@@ -30,9 +29,6 @@
 #include "proxy.h"
 #include "util.h"
 
-/* XXX */
-#include "gaim.h"
-
 #define NAP_SERVER "64.124.41.187"
 #define NAP_PORT 8888
 
--- a/src/protocols/toc/toc.c	Tue Sep 30 22:56:49 2003 +0000
+++ b/src/protocols/toc/toc.c	Tue Sep 30 22:59:30 2003 +0000
@@ -32,9 +32,6 @@
 #include "util.h"
 #include "html.h"
 
-/* XXX */
-#include "gaim.h"
-
 static GaimPlugin *my_protocol = NULL;
 
 #define REVISION "penguin"
--- a/src/protocols/yahoo/yahoo.c	Tue Sep 30 22:56:49 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Tue Sep 30 22:59:30 2003 +0000
@@ -40,11 +40,6 @@
 #include "yahoochat.h"
 #include "md5.h"
 
-/* XXX */
-#include "gtkinternal.h"
-#include "gaim.h"
-#include "ui.h"
-
 extern char *yahoo_crypt(const char *, const char *);
 
 /* #define YAHOO_DEBUG */
--- a/src/protocols/zephyr/zephyr.c	Tue Sep 30 22:56:49 2003 +0000
+++ b/src/protocols/zephyr/zephyr.c	Tue Sep 30 22:59:30 2003 +0000
@@ -4,8 +4,8 @@
  *
  * Copyright (C) 1998-2001, Mark Spencer <markster@marko.net>
  * Some code borrowed from GtkZephyr, by
- * 	Jag/Sean Dilda <agrajag@linuxpower.org>/<smdilda@unity.ncsu.edu>
- * 	http://gtkzephyr.linuxpower.org/
+ * Jag/Sean Dilda <agrajag@linuxpower.org>/<smdilda@unity.ncsu.edu>
+ * http://gtkzephyr.linuxpower.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -34,8 +34,6 @@
 
 #include "zephyr/zephyr.h"
 
-#include "gaim.h"
-
 extern Code_t ZGetLocations(ZLocations_t *, int *);
 extern Code_t ZSetLocation(char *);
 extern Code_t ZUnsetLocation();