Commit 390bc5f5 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Don't include winbase.h when it's not necessary.

parent da38b66a
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#endif #endif
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "file.h" #include "file.h"
#include "thread.h" #include "thread.h"
......
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
#endif /* PTRACE_POKEUSER */ #endif /* PTRACE_POKEUSER */
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "file.h" #include "file.h"
#include "thread.h" #include "thread.h"
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#endif #endif
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "file.h" #include "file.h"
#include "thread.h" #include "thread.h"
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <stdio.h> #include <stdio.h>
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "handle.h" #include "handle.h"
#include "process.h" #include "process.h"
......
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
#include "process.h" #include "process.h"
#include "request.h" #include "request.h"
#include "winbase.h"
#include "winternl.h" #include "winternl.h"
#if defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL_CREATE) #if defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL_CREATE)
......
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
#endif #endif
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "winternl.h" #include "winternl.h"
#include "file.h" #include "file.h"
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <stdlib.h> #include <stdlib.h>
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "handle.h" #include "handle.h"
#include "process.h" #include "process.h"
......
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
#include <sys/filio.h> #include <sys/filio.h>
#endif #endif
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "file.h" #include "file.h"
#include "handle.h" #include "handle.h"
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <unistd.h> #include <unistd.h>
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "file.h" #include "file.h"
#include "handle.h" #include "handle.h"
......
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
#endif #endif
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "winternl.h" #include "winternl.h"
#include "file.h" #include "file.h"
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#endif #endif
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "winnt.h" #include "winnt.h"
#include "file.h" #include "file.h"
......
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
#include "unicode.h" #include "unicode.h"
#include "security.h" #include "security.h"
#include "winbase.h"
#include "winternl.h" #include "winternl.h"
#include "wine/library.h" #include "wine/library.h"
......
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
#endif #endif
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "winternl.h" #include "winternl.h"
#include "file.h" #include "file.h"
......
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
#include <unistd.h> #include <unistd.h>
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "process.h" #include "process.h"
#include "file.h" #include "file.h"
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#endif #endif
#include "windef.h" #include "windef.h"
#include "winbase.h"
#include "file.h" #include "file.h"
#include "handle.h" #include "handle.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment