Commit 7c0d28b0 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winhttp: Move the wine includes after the system includes.

parent 71aa14af
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
#include "config.h" #include "config.h"
#include "wine/port.h" #include "wine/port.h"
#include "wine/debug.h"
#include "wine/library.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
...@@ -44,6 +42,9 @@ ...@@ -44,6 +42,9 @@
#undef DSA #undef DSA
#endif #endif
#include "wine/debug.h"
#include "wine/library.h"
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "winhttp.h" #include "winhttp.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment