[SDK] Remove some unused includes in stubs.h

CORE-13231
This commit is contained in:
Mark Jansen 2018-04-07 03:23:56 +02:00
parent 6618a2fd2c
commit 547240efd5
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -1,9 +1,8 @@
#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <wine/config.h>
#include <wine/exception.h>
#define EXCEPTION_WINE_STUB 0x80000100
#define EH_NONCONTINUABLE 0x01
ULONG __cdecl DbgPrint(_In_z_ _Printf_format_string_ PCSTR Format, ...);