diff options
author | Philippe Mathieu-Daudé | 2019-01-04 18:58:33 +0100 |
---|---|---|
committer | Thomas Huth | 2019-03-07 22:16:11 +0100 |
commit | 04f3c0084d7e687165fbf087b9cef543c15f2ca3 (patch) | |
tree | 1a65e0eac47acdd3ece6ed05ca912586a88cca9a /hw/tricore | |
parent | tests: Move qdict-test-data.txt to tests/data/qobject/ (diff) | |
download | qemu-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/tricore')
-rw-r--r-- | hw/tricore/tricore_testboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/tricore/tricore_testboard.c b/hw/tricore/tricore_testboard.c index 003592af27..b40cc997d0 100644 --- a/hw/tricore/tricore_testboard.c +++ b/hw/tricore/tricore_testboard.c @@ -24,7 +24,6 @@ #include "qemu-common.h" #include "cpu.h" #include "hw/hw.h" -#include "hw/devices.h" #include "net/net.h" #include "sysemu/sysemu.h" #include "hw/boards.h" |