Commit c599710f5ce5f521cc6f036af2063611527dde3d

Authored by Paul Brook
1 parent 42a89d77

Remove superfluous #includes.

Signed-off-by: Paul Brook <paul@codesourcery.com>
Showing 2 changed files with 0 additions and 2 deletions
hw/pl031.c
... ... @@ -12,7 +12,6 @@
12 12 #include "hw.h"
13 13 #include "primecell.h"
14 14 #include "qemu-timer.h"
15   -#include "sysemu.h"
16 15  
17 16 //#define DEBUG_PL031
18 17  
... ...
hw/pl190.c
... ... @@ -9,7 +9,6 @@
9 9  
10 10 #include "hw.h"
11 11 #include "primecell.h"
12   -#include "arm-misc.h"
13 12  
14 13 /* The number of virtual priority levels. 16 user vectors plus the
15 14 unvectored IRQ. Chained interrupts would require an additional level
... ...