qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 5174832] Remove superfluous #includes.


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 5174832] Remove superfluous #includes.
Date: Fri, 08 May 2009 12:22:34 -0000

From: Paul Brook <address@hidden>

Signed-off-by: Paul Brook <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]