diff plugins/mailchk.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 294ae6548d4e
children a9fb4493ae22
line wrap: on
line diff
--- 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"