From: Paul Brook Date: Fri, 8 May 2009 12:20:23 +0000 (+0100) Subject: Remove superfluous #includes. X-Git-Tag: v0.11.0-rc0~692 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c599710f5ce5f521cc6f036af2063611527dde3d;p=thirdparty%2Fqemu.git Remove superfluous #includes. Signed-off-by: Paul Brook --- diff --git a/hw/pl031.c b/hw/pl031.c index 3f8bfaa65b9..bb47507847f 100644 --- a/hw/pl031.c +++ b/hw/pl031.c @@ -12,7 +12,6 @@ #include "hw.h" #include "primecell.h" #include "qemu-timer.h" -#include "sysemu.h" //#define DEBUG_PL031 diff --git a/hw/pl190.c b/hw/pl190.c index d7eb695353a..0ab42efd42b 100644 --- a/hw/pl190.c +++ b/hw/pl190.c @@ -9,7 +9,6 @@ #include "hw.h" #include "primecell.h" -#include "arm-misc.h" /* The number of virtual priority levels. 16 user vectors plus the unvectored IRQ. Chained interrupts would require an additional level