changeset 9821:a09ffb82aef1

[gaim-migrate @ 10692] Make some plugins use gtkgaim.h instead of gtkinternal.h Somebody test the evolution plugin committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 22 Aug 2004 17:24:43 +0000
parents fa8111c03283
children 524cd6d1496e
files plugins/chkmail.c plugins/contact_priority.c plugins/gevolution/gevolution.c plugins/mailchk.c plugins/raw.c
diffstat 5 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/chkmail.c	Sun Aug 22 17:13:05 2004 +0000
+++ b/plugins/chkmail.c	Sun Aug 22 17:24:43 2004 +0000
@@ -14,6 +14,10 @@
 #include <netdb.h>
 #include <netinet/in.h>
 #include <pthread.h>
+
+#include "internal.h"
+#include "gtkgaim.h"
+
 #include "gaim.h"
 
 char username[] = "";
--- a/plugins/contact_priority.c	Sun Aug 22 17:13:05 2004 +0000
+++ b/plugins/contact_priority.c	Sun Aug 22 17:24:43 2004 +0000
@@ -18,7 +18,8 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 #include "gtkplugin.h"
 #include "gtkutils.h"
 #include "prefs.h"
--- a/plugins/gevolution/gevolution.c	Sun Aug 22 17:13:05 2004 +0000
+++ b/plugins/gevolution/gevolution.c	Sun Aug 22 17:24:43 2004 +0000
@@ -19,14 +19,14 @@
  * 02111-1307, USA.
  */
 #include "internal.h"
-#include "gtkinternal.h"
-#include "gtkblist.h"
+#include "gtkgaim.h"
 
 #include "connection.h"
 #include "debug.h"
 #include "prefs.h"
 #include "signals.h"
 
+#include "gtkblist.h"
 #include "gtkconv.h"
 #include "gtkplugin.h"
 #include "gtkutils.h"
--- a/plugins/mailchk.c	Sun Aug 22 17:13:05 2004 +0000
+++ b/plugins/mailchk.c	Sun Aug 22 17:24:43 2004 +0000
@@ -1,5 +1,4 @@
 #include "internal.h"
-#include "gtkinternal.h"
 
 #include "blist.h"
 #include "conversation.h"
@@ -8,6 +7,7 @@
 #include "sound.h"
 
 #include "gtkblist.h"
+#include "gtkgaim.h"
 #include "gtkplugin.h"
 #include "gtksound.h"
 
--- a/plugins/raw.c	Sun Aug 22 17:13:05 2004 +0000
+++ b/plugins/raw.c	Sun Aug 22 17:24:43 2004 +0000
@@ -1,8 +1,8 @@
-#include "gtkinternal.h"
-
 #include "conversation.h"
 #include "debug.h"
 #include "prpl.h"
+
+#include "gtkgaim.h"
 #include "gtkplugin.h"
 #include "gtkutils.h"