aboutsummaryrefslogtreecommitdiff
path: root/hw/display
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-01-04 16:32:23 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-01-09 11:24:35 +0100
commit0cd0589ecf4248c489c2bdbeb1192d16e96d77e1 (patch)
treeb916cf84eb001abfc568e6f60724170aebcace4e /hw/display
parent29bc0a6072d30287eee35ae1adf8de0aff0e6d49 (diff)
downloadqemu-0cd0589ecf4248c489c2bdbeb1192d16e96d77e1.zip
qemu-0cd0589ecf4248c489c2bdbeb1192d16e96d77e1.tar.gz
qemu-0cd0589ecf4248c489c2bdbeb1192d16e96d77e1.tar.bz2
trivial: Don't include isa.h if it is not really necessary
These files don't seem to do anything related to ISA directly, so there is no need to include isa.h here. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1546615943-16274-1-git-send-email-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/display')
-rw-r--r--hw/display/ramfb-standalone.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/ramfb-standalone.c b/hw/display/ramfb-standalone.c
index c0d241b..da3229a 100644
--- a/hw/display/ramfb-standalone.c
+++ b/hw/display/ramfb-standalone.c
@@ -1,7 +1,6 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/loader.h"
-#include "hw/isa/isa.h"
#include "hw/display/ramfb.h"
#include "ui/console.h"
#include "sysemu/sysemu.h"