diff plugins/contact_priority.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 d7b8eb1f0a18
children a9fb4493ae22
line wrap: on
line diff
--- 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"