winhttp: Move the wine includes after the system includes.

Michael Stefaniuc mstefani at redhat.de
Fri Aug 29 08:38:43 CDT 2008


Fixes a compile error on RHEL5. Thanks to Alexandre for pointing out
the source of the problem.
---
 dlls/winhttp/net.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dlls/winhttp/net.c b/dlls/winhttp/net.c
index 80d1b9a..d367723 100644
--- a/dlls/winhttp/net.c
+++ b/dlls/winhttp/net.c
@@ -18,8 +18,6 @@
 
 #include "config.h"
 #include "wine/port.h"
-#include "wine/debug.h"
-#include "wine/library.h"
 
 #include <stdarg.h>
 #include <stdio.h>
@@ -44,6 +42,9 @@
 #undef DSA
 #endif
 
+#include "wine/debug.h"
+#include "wine/library.h"
+
 #include "windef.h"
 #include "winbase.h"
 #include "winhttp.h"
-- 
1.5.6.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080829/652602b7/attachment.pgp 


More information about the wine-patches mailing list