diff libpurple/protocols/yahoo/yahoochat.c @ 18210:b8572b937c09

#include reorganizations to allow compiling with glib < 2.8 using the G_GNUC_NULL_TERMINATED define from internal.h
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 20 Jun 2007 18:23:49 +0000
parents 926ccb104da0
children 700b642631bc
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoochat.c	Wed Jun 20 18:22:19 2007 +0000
+++ b/libpurple/protocols/yahoo/yahoochat.c	Wed Jun 20 18:23:49 2007 +0000
@@ -26,6 +26,8 @@
  *
  */
 
+#include "internal.h"
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -37,7 +39,6 @@
 #include "conversation.h"
 #include "notify.h"
 #include "util.h"
-#include "internal.h"
 
 #include "yahoo.h"
 #include "yahoo_packet.h"