# HG changeset patch # User Tomasz Wasilczyk # Date 1366235873 -7200 # Node ID 0f4b2e3ac978520474f577beb27bbe26efa7fb05 # Parent fb896f14715b55751a84356077e0cb7e6969b174 win32: fix all warnings about improper winsock2.h include point diff -r fb896f14715b -r 0f4b2e3ac978 pidgin/gtkconv-theme.c --- a/pidgin/gtkconv-theme.c Wed Apr 17 22:16:09 2013 +0200 +++ b/pidgin/gtkconv-theme.c Wed Apr 17 23:57:53 2013 +0200 @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ +#include "internal.h" + #include "gtkconv-theme.h" #include "conversation.h" @@ -28,7 +30,6 @@ #include "xmlnode.h" #include "pidgin.h" -#include "internal.h" #include "gtkconv.h" #include "gtkwebview.h" diff -r fb896f14715b -r 0f4b2e3ac978 pidgin/plugins/win32/winprefs/winprefs.c --- a/pidgin/plugins/win32/winprefs/winprefs.c Wed Apr 17 22:16:09 2013 +0200 +++ b/pidgin/plugins/win32/winprefs/winprefs.c Wed Apr 17 23:57:53 2013 +0200 @@ -20,9 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ -#include -#include - #include "internal.h" #include "gtkwin32dep.h" diff -r fb896f14715b -r 0f4b2e3ac978 pidgin/win32/gtkwin32dep.c --- a/pidgin/win32/gtkwin32dep.c Wed Apr 17 22:16:09 2013 +0200 +++ b/pidgin/win32/gtkwin32dep.c Wed Apr 17 23:57:53 2013 +0200 @@ -25,7 +25,9 @@ #ifndef WINVER #define WINVER 0x0500 /* W2K */ #endif -#include + +#include "internal.h" + #include #include #include @@ -36,8 +38,6 @@ #include #include -#include "internal.h" - #include "debug.h" #include "notify.h" #include "network.h" diff -r fb896f14715b -r 0f4b2e3ac978 pidgin/win32/wspell.c --- a/pidgin/win32/wspell.c Wed Apr 17 22:16:09 2013 +0200 +++ b/pidgin/win32/wspell.c Wed Apr 17 23:57:53 2013 +0200 @@ -27,7 +27,6 @@ #include #endif #ifdef USE_GTKSPELL -#include #include #include #include