diff options
author | Blue Swirl | 2011-03-27 16:12:29 +0200 |
---|---|---|
committer | Blue Swirl | 2011-04-15 20:25:41 +0200 |
commit | a08784dd11794fc60fcc724c7ef2cd1a75a5356d (patch) | |
tree | c753e71accfdd8dc030f807d7db6d4a1ae2b7ad6 /hw/virtio-balloon.c | |
parent | json-lexer: fix conflict with mingw32 ERROR definition (diff) | |
download | qemu-a08784dd11794fc60fcc724c7ef2cd1a75a5356d.tar.gz qemu-a08784dd11794fc60fcc724c7ef2cd1a75a5356d.tar.xz qemu-a08784dd11794fc60fcc724c7ef2cd1a75a5356d.zip |
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 'hw/virtio-balloon.c')
-rw-r--r-- | hw/virtio-balloon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio-balloon.c b/hw/virtio-balloon.c index 257baf8d4f..70a8710343 100644 --- a/hw/virtio-balloon.c +++ b/hw/virtio-balloon.c @@ -15,7 +15,6 @@ #include "qemu-common.h" #include "virtio.h" #include "pc.h" -#include "sysemu.h" #include "cpu.h" #include "monitor.h" #include "balloon.h" |