summaryrefslogtreecommitdiffstats
path: root/hw/arm/nrf51_soc.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-01-04 18:58:33 +0100
committerThomas Huth2019-03-07 22:16:11 +0100
commit04f3c0084d7e687165fbf087b9cef543c15f2ca3 (patch)
tree1a65e0eac47acdd3ece6ed05ca912586a88cca9a /hw/arm/nrf51_soc.c
parenttests: Move qdict-test-data.txt to tests/data/qobject/ (diff)
downloadqemu-04f3c0084d7e687165fbf087b9cef543c15f2ca3.tar.gz
qemu-04f3c0084d7e687165fbf087b9cef543c15f2ca3.tar.xz
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/nrf51_soc.c')
-rw-r--r--hw/arm/nrf51_soc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/nrf51_soc.c b/hw/arm/nrf51_soc.c
index bbaf050103..3e633d160e 100644
--- a/hw/arm/nrf51_soc.c
+++ b/hw/arm/nrf51_soc.c
@@ -14,7 +14,6 @@
#include "hw/arm/arm.h"
#include "hw/sysbus.h"
#include "hw/boards.h"
-#include "hw/devices.h"
#include "hw/misc/unimp.h"
#include "exec/address-spaces.h"
#include "sysemu/sysemu.h"