winhttp: Move the wine includes after the system includes.

This commit is contained in:
Michael Stefaniuc 2008-08-29 15:38:43 +02:00 committed by Alexandre Julliard
parent 71aa14af99
commit 7c0d28b0da
1 changed files with 3 additions and 2 deletions

View File

@ -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"