aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/z2.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-01-04 18:58:33 +0100
committerThomas Huth <thuth@redhat.com>2019-03-07 22:16:11 +0100
commit04f3c0084d7e687165fbf087b9cef543c15f2ca3 (patch)
tree1a65e0eac47acdd3ece6ed05ca912586a88cca9a /hw/arm/z2.c
parentfe07b62c8c4fcaadb039fab0de3541b4574ec3dc (diff)
downloadqemu-04f3c0084d7e687165fbf087b9cef543c15f2ca3.zip
qemu-04f3c0084d7e687165fbf087b9cef543c15f2ca3.tar.gz
qemu-04f3c0084d7e687165fbf087b9cef543c15f2ca3.tar.bz2
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/z2.c')
-rw-r--r--hw/arm/z2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/z2.c b/hw/arm/z2.c
index 6f18d92..3b75d4b 100644
--- a/hw/arm/z2.c
+++ b/hw/arm/z2.c
@@ -15,7 +15,6 @@
#include "hw/hw.h"
#include "hw/arm/pxa.h"
#include "hw/arm/arm.h"
-#include "hw/devices.h"
#include "hw/i2c/i2c.h"
#include "hw/ssi/ssi.h"
#include "hw/boards.h"