aboutsummaryrefslogtreecommitdiffstats
path: root/kvm-stub.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2011-03-27 14:12:29 +0000
committerBlue Swirl <blauwirbel@gmail.com>2011-04-15 18:25:41 +0000
commita08784dd11794fc60fcc724c7ef2cd1a75a5356d (patch)
treec753e71accfdd8dc030f807d7db6d4a1ae2b7ad6 /kvm-stub.c
parent33d05394a6f5e7923bc115faf5122b7f38b0418a (diff)
Remove unused sysemu.h include directives
Remove unused sysemu.h include directives to speed up build with the following patches. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'kvm-stub.c')
-rw-r--r--kvm-stub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kvm-stub.c b/kvm-stub.c
index 30f6ec395..1c9545214 100644
--- a/kvm-stub.c
+++ b/kvm-stub.c
@@ -11,7 +11,6 @@
*/
#include "qemu-common.h"
-#include "sysemu.h"
#include "hw/hw.h"
#include "exec-all.h"
#include "gdbstub.h"