krnl386.exe: Don't use wine/server.h.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e11f6e0eb3
commit
4a17ca008e
|
@ -37,7 +37,6 @@
|
|||
#include "dosexe.h"
|
||||
#include "winerror.h"
|
||||
#include "winuser.h"
|
||||
#include "wine/server.h"
|
||||
#include "wine/debug.h"
|
||||
#include "wine/exception.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "wine/winbase16.h"
|
||||
#include "wine/server.h"
|
||||
#include "wine/debug.h"
|
||||
#include "kernel16_private.h"
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include "winioctl.h"
|
||||
#include "kernel16_private.h"
|
||||
#include "dosexe.h"
|
||||
#include "wine/server.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(vxd);
|
||||
|
|
Loading…
Reference in New Issue