[runtime] Remove unnecessary winbase.h header include on Windows
authorLudovic Henry <ludovic.henry@xamarin.com>
Tue, 24 Mar 2015 11:28:39 +0000 (11:28 +0000)
committerLudovic Henry <ludovic.henry@xamarin.com>
Tue, 24 Mar 2015 11:28:39 +0000 (11:28 +0000)
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)