winhttp: Move the wine includes after the system includes.
This commit is contained in:
parent
71aa14af99
commit
7c0d28b0da
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue