diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-01-04 18:58:33 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-03-07 22:16:11 +0100 |
commit | 04f3c0084d7e687165fbf087b9cef543c15f2ca3 (patch) | |
tree | 1a65e0eac47acdd3ece6ed05ca912586a88cca9a /hw/arm/mps2-tz.c | |
parent | fe07b62c8c4fcaadb039fab0de3541b4574ec3dc (diff) | |
download | qemu-04f3c0084d7e687165fbf087b9cef543c15f2ca3.zip |
hw: Remove unused 'hw/devices.h' include
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/arm/mps2-tz.c')
-rw-r--r-- | hw/arm/mps2-tz.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c index f5f0b0e0fa..f79f090a4a 100644 --- a/hw/arm/mps2-tz.c +++ b/hw/arm/mps2-tz.c @@ -56,7 +56,6 @@ #include "hw/arm/armsse.h" #include "hw/dma/pl080.h" #include "hw/ssi/pl022.h" -#include "hw/devices.h" #include "net/net.h" #include "hw/core/split-irq.h" |