diff libpurple/protocols/gg/lib/common.c @ 28770:259bbfb423d4

Fix all the remaining files for which internal.h doesn't end up being the first include. This should resolve the warnings on Solaris as reported by aab. Closes #10523.
author Paul Aurich <paul@darkrain42.org>
date Tue, 08 Dec 2009 04:18:32 +0000
parents 44b4e8bd759b
children 6359fde67f4c
line wrap: on
line diff
--- a/libpurple/protocols/gg/lib/common.c	Tue Dec 08 03:42:59 2009 +0000
+++ b/libpurple/protocols/gg/lib/common.c	Tue Dec 08 04:18:32 2009 +0000
@@ -19,6 +19,8 @@
  *  USA.
  */
 
+#include "libgadu.h"
+
 #ifndef _WIN32
 #include <sys/types.h>
 #include <sys/ioctl.h>
@@ -41,8 +43,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "libgadu.h"
-
 FILE *gg_debug_file = NULL;
 
 #ifndef GG_DEBUG_DISABLE