diff options
| author | Michael Tokarev | 2013-05-14 12:55:17 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2013-05-18 14:35:12 +0200 |
| commit | 997aba8e257d183e978e9b08a26aceb4e905378d (patch) | |
| tree | 91e3e500b1e6171b56f9d4a32bd20afa87f70cf4 /include/hw | |
| parent | translate: remove redundantly included qemu/timer.h (diff) | |
| download | qemu-997aba8e257d183e978e9b08a26aceb4e905378d.tar.gz qemu-997aba8e257d183e978e9b08a26aceb4e905378d.tar.xz qemu-997aba8e257d183e978e9b08a26aceb4e905378d.zip | |
remove some double-includes
Some source files #include the same header more than
once for no good reason. Remove second #includes in
such cases.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/hw')
| -rw-r--r-- | include/hw/i386/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 2bd7090248..740cf49763 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -7,7 +7,6 @@ #include "hw/isa/isa.h" #include "hw/block/fdc.h" #include "net/net.h" -#include "exec/memory.h" #include "hw/i386/ioapic.h" /* PC-style peripherals (also used by other machines). */ |
