Michael Stefaniuc : winhttp: Move the wine includes after the system includes.

Alexandre Julliard julliard at winehq.org
Fri Aug 29 13:23:30 CDT 2008


Module: wine
Branch: master
Commit: 7c0d28b0da423d5d8ca32594d786c86418f17b6a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7c0d28b0da423d5d8ca32594d786c86418f17b6a

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Fri Aug 29 15:38:43 2008 +0200

winhttp: Move the wine includes after the system includes.

---

 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"




More information about the wine-cvs mailing list