diff libpurple/protocols/qq/send_file.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 6b4e778ee4b4
children 44b4e8bd759b
line wrap: on
line diff
--- a/libpurple/protocols/qq/send_file.c	Wed Jun 20 18:22:19 2007 +0000
+++ b/libpurple/protocols/qq/send_file.c	Wed Jun 20 18:23:49 2007 +0000
@@ -22,6 +22,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#include "qq.h"
+
 #include "send_file.h"
 #include "debug.h"
 #include "network.h"
@@ -34,7 +36,6 @@
 #include "im.h"
 #include "keep_alive.h"
 #include "packet_parse.h"
-#include "qq.h"
 #include "send_core.h"
 #include "utils.h"