diff plugins/raw.c @ 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 eae7e049d639
children a9fb4493ae22
line wrap: on
line diff
--- 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"