diff options
author | Thomas Huth <thuth@redhat.com> | 2019-01-04 16:32:23 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-01-09 11:24:35 +0100 |
commit | 0cd0589ecf4248c489c2bdbeb1192d16e96d77e1 (patch) | |
tree | b916cf84eb001abfc568e6f60724170aebcace4e /hw/display/ramfb-standalone.c | |
parent | 29bc0a6072d30287eee35ae1adf8de0aff0e6d49 (diff) |
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/ramfb-standalone.c')
-rw-r--r-- | hw/display/ramfb-standalone.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/ramfb-standalone.c b/hw/display/ramfb-standalone.c index c0d241ba01..da3229a1f6 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" |