diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-24 09:36:33 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:29:59 +0100 |
commit | 7fa22f2bf7a06d5345283a00a7c6d86b8a345228 (patch) | |
tree | 7ad65005d9bee9ee9b6f57fa58e6776e05689107 /qemu-timer.c | |
parent | 090f7ac5ba433ef9de7004b8e8304d06bd9ffd7d (diff) | |
download | hqemu-7fa22f2bf7a06d5345283a00a7c6d86b8a345228.zip hqemu-7fa22f2bf7a06d5345283a00a7c6d86b8a345228.tar.gz |
net: do not include net.h everywhere
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-timer.c')
-rw-r--r-- | qemu-timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-timer.c b/qemu-timer.c index 0d2bb94..9b9585b 100644 --- a/qemu-timer.c +++ b/qemu-timer.c @@ -23,7 +23,6 @@ */ #include "sysemu.h" -#include "net.h" #include "monitor.h" #include "console.h" |