Don't include winbase.h when it's not necessary.
This commit is contained in:
parent
da38b66ace
commit
390bc5f52f
|
@ -37,7 +37,6 @@
|
|||
#endif
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
#include "file.h"
|
||||
#include "thread.h"
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#endif /* PTRACE_POKEUSER */
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
#include "file.h"
|
||||
#include "thread.h"
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#endif
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
#include "file.h"
|
||||
#include "thread.h"
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
#include "handle.h"
|
||||
#include "process.h"
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
#include "process.h"
|
||||
#include "request.h"
|
||||
|
||||
#include "winbase.h"
|
||||
#include "winternl.h"
|
||||
|
||||
#if defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL_CREATE)
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
#endif
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winternl.h"
|
||||
|
||||
#include "file.h"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
#include "handle.h"
|
||||
#include "process.h"
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include <sys/filio.h>
|
||||
#endif
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
#include "file.h"
|
||||
#include "handle.h"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
#include "file.h"
|
||||
#include "handle.h"
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#endif
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winternl.h"
|
||||
|
||||
#include "file.h"
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#endif
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnt.h"
|
||||
|
||||
#include "file.h"
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
#include "unicode.h"
|
||||
#include "security.h"
|
||||
|
||||
#include "winbase.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/library.h"
|
||||
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#endif
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winternl.h"
|
||||
|
||||
#include "file.h"
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
#include "process.h"
|
||||
#include "file.h"
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#endif
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
#include "file.h"
|
||||
#include "handle.h"
|
||||
|
|
Loading…
Reference in New Issue