diff libpurple/protocols/gg/lib/libgadu.c @ 29152: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 da33da2e1a1e
children 6359fde67f4c
line wrap: on
line diff
--- a/libpurple/protocols/gg/lib/libgadu.c	Tue Dec 08 03:42:59 2009 +0000
+++ b/libpurple/protocols/gg/lib/libgadu.c	Tue Dec 08 04:18:32 2009 +0000
@@ -21,6 +21,8 @@
  *  USA.
  */
 
+#include "libgadu.h"
+
 #include <sys/types.h>
 #ifndef _WIN32
 #include <sys/wait.h>
@@ -57,7 +59,6 @@
 #endif
 
 #include "compat.h"
-#include "libgadu.h"
 
 int gg_debug_level = 0;
 void (*gg_debug_handler)(int level, const char *format, va_list ap) = NULL;