diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-03-27 14:31:31 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-04-15 18:25:44 +0000 |
commit | d8dfad9c41c3431dbb97ad722a93e6ad1e9e9279 (patch) | |
tree | eea58d372daea42fef371162c966ebe0e0272bce /net/dump.c | |
parent | a08784dd11794fc60fcc724c7ef2cd1a75a5356d (diff) | |
download | qemu-d8dfad9c41c3431dbb97ad722a93e6ad1e9e9279.tar.gz qemu-d8dfad9c41c3431dbb97ad722a93e6ad1e9e9279.tar.bz2 qemu-d8dfad9c41c3431dbb97ad722a93e6ad1e9e9279.zip |
Use qemu-common.h or qemu-timer.h in place of sysemu.h
In some cases qemu-common.h or qemu-timer.h can be used in place
of sysemu.h.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'net/dump.c')
-rw-r--r-- | net/dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dump.c b/net/dump.c index 83eda0fcc6..0d0cbb2591 100644 --- a/net/dump.c +++ b/net/dump.c @@ -24,9 +24,9 @@ #include "dump.h" #include "qemu-common.h" -#include "sysemu.h" #include "qemu-error.h" #include "qemu-log.h" +#include "qemu-timer.h" typedef struct DumpState { VLANClientState nc; |