diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-08-12 13:37:37 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-08-21 11:05:40 +0200 |
commit | ea2b7c9faaf22e74bc42a880ecf94c4f33c0d46e (patch) | |
tree | 924e730737a08159e8b03d95250d2f874d295605 | |
parent | 54db89f5bbe5c12f238835aa94aa4b13ac22834d (diff) | |
download | qemu-ea2b7c9faaf22e74bc42a880ecf94c4f33c0d46e.zip qemu-ea2b7c9faaf22e74bc42a880ecf94c4f33c0d46e.tar.gz qemu-ea2b7c9faaf22e74bc42a880ecf94c4f33c0d46e.tar.bz2 |
hw/display/sm501: Remove unused include
The "cpu.h" include makes devices target-specific. Since it
is not used, remove it, so the device become generic (we can
now compile it once for all targets).
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190812113739.16587-2-philmd@redhat.com>
[lv: fix conflict with 650d103d3ea9
("Include hw/hw.h exactly where needed")]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r-- | hw/display/sm501.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/sm501.c b/hw/display/sm501.c index d9e5762..1f33c87 100644 --- a/hw/display/sm501.c +++ b/hw/display/sm501.c @@ -28,7 +28,6 @@ #include "qapi/error.h" #include "qemu/log.h" #include "qemu/module.h" -#include "cpu.h" #include "hw/char/serial.h" #include "ui/console.h" #include "hw/sysbus.h" |