]> Git Repo - qemu.git/commitdiff
vl: Remove unneeded include file
authorStefan Weil <[email protected]>
Sun, 23 Feb 2014 17:02:11 +0000 (18:02 +0100)
committerMichael Tokarev <[email protected]>
Mon, 3 Mar 2014 05:46:27 +0000 (09:46 +0400)
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

diff --git a/vl.c b/vl.c
index 1d27b34301e9d377a28c0bede658f1d75b9f3d53..bf61910485b9f433566c3b150cf92b9bb38e7218 100644 (file)
--- a/vl.c
+++ b/vl.c
 #include <libvdeplug.h>
 #endif
 
-#ifdef _WIN32
-#include <windows.h>
-#endif
-
 #ifdef CONFIG_SDL
 #if defined(__APPLE__) || defined(main)
 #include <SDL.h>
This page took 0.030314 seconds and 4 git commands to generate.