diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-03-27 14:12:29 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-04-15 18:25:41 +0000 |
commit | a08784dd11794fc60fcc724c7ef2cd1a75a5356d (patch) | |
tree | c753e71accfdd8dc030f807d7db6d4a1ae2b7ad6 /net | |
parent | json-lexer: fix conflict with mingw32 ERROR definition (diff) | |
download | qemu-kvm-a08784dd11794fc60fcc724c7ef2cd1a75a5356d.tar.gz qemu-kvm-a08784dd11794fc60fcc724c7ef2cd1a75a5356d.tar.bz2 qemu-kvm-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 'net')
-rw-r--r-- | net/slirp.c | 1 | ||||
-rw-r--r-- | net/vde.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/slirp.c b/net/slirp.c index b41c60a39..e387a116a 100644 --- a/net/slirp.c +++ b/net/slirp.c @@ -30,7 +30,6 @@ #endif #include "net.h" #include "monitor.h" -#include "sysemu.h" #include "qemu_socket.h" #include "slirp/libslirp.h" @@ -31,7 +31,6 @@ #include "qemu-char.h" #include "qemu-common.h" #include "qemu-option.h" -#include "sysemu.h" typedef struct VDEState { VLANClientState nc; |