From 38878cfa644364343abf538c243bdffb7a47e8c1 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Fri, 8 May 2009 13:20:23 +0100 Subject: [PATCH] Remove superfluous #includes. Signed-off-by: Paul Brook --- hw/pl031.c | 1 - hw/pl190.c | 1 - 2 files changed, 2 deletions(-) diff --git a/hw/pl031.c b/hw/pl031.c index 3f8bfaa..bb47507 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 d7eb695..0ab42ef 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 -- 2.7.4