diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-08 13:20:23 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-08 13:20:23 +0100 |
commit | c599710f5ce5f521cc6f036af2063611527dde3d (patch) | |
tree | 5174832a8dffb0e3870e881afcfc9e796376bd9e | |
parent | 42a89d77554ed23b4288fb1c167bc873e6565128 (diff) | |
download | qemu-c599710f5ce5f521cc6f036af2063611527dde3d.zip qemu-c599710f5ce5f521cc6f036af2063611527dde3d.tar.gz qemu-c599710f5ce5f521cc6f036af2063611527dde3d.tar.bz2 |
Remove superfluous #includes.
Signed-off-by: Paul Brook <paul@codesourcery.com>
-rw-r--r-- | hw/pl031.c | 1 | ||||
-rw-r--r-- | hw/pl190.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -12,7 +12,6 @@ #include "hw.h" #include "primecell.h" #include "qemu-timer.h" -#include "sysemu.h" //#define DEBUG_PL031 @@ -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 |