[runtime] Remove unnecessary winbase.h header include on Windows
[mono.git] / mono / utils / mono-proclib.c
index d9bc90febf0391e212352ef9e092deab52a13ed7..9047c146bee8c9373e4c052aa070cafab39bc5fb 100644 (file)
@@ -18,7 +18,6 @@
 #ifdef HOST_WIN32
 #include <windows.h>
 #include <process.h>
-#include <winbase.h>
 #endif
 
 #if defined(_POSIX_VERSION)