summaryrefslogtreecommitdiffstats
path: root/hw/intc
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-10-17 18:44:26 +0200
committerMichael Tokarev2017-12-18 15:07:03 +0100
commitc0578de60fcc3a07a881e9c4b7b8262faf6abbc7 (patch)
tree42e72f5f0b84e93c35aec2e93335dab2bc7a69ac /hw/intc
parenti386/pc: move vmmouse.c to hw/i386/ (diff)
downloadqemu-c0578de60fcc3a07a881e9c4b7b8262faf6abbc7.tar.gz
qemu-c0578de60fcc3a07a881e9c4b7b8262faf6abbc7.tar.xz
qemu-c0578de60fcc3a07a881e9c4b7b8262faf6abbc7.zip
misc: drop old i386 dependency
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/intc')
-rw-r--r--hw/intc/lm32_pic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/intc/lm32_pic.c b/hw/intc/lm32_pic.c
index 09e15115fb..db6c7afc2f 100644
--- a/hw/intc/lm32_pic.c
+++ b/hw/intc/lm32_pic.c
@@ -20,7 +20,6 @@
#include "qemu/osdep.h"
#include "hw/hw.h"
-#include "hw/i386/pc.h"
#include "monitor/monitor.h"
#include "hw/sysbus.h"
#include "trace.h"