From: Stefan Weil <[email protected]> This file does not depend on windows.h.
Cc: Anthony Liguori <[email protected]> Signed-off-by: Stefan Weil <[email protected]> Reviewed-by: Paolo Bonzini <[email protected]> Reviewed-by: Andreas Färber <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- vl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vl.c b/vl.c index 1d27b34..bf61910 100644 --- a/vl.c +++ b/vl.c @@ -38,10 +38,6 @@ #include <libvdeplug.h> #endif -#ifdef _WIN32 -#include <windows.h> -#endif - #ifdef CONFIG_SDL #if defined(__APPLE__) || defined(main) #include <SDL.h> -- 1.7.10.4
