diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-15 15:36:13 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-05-19 16:42:28 +0200 |
commit | 87776ab72b02e3c99a042ab7a0a378bc457cc069 (patch) | |
tree | 3dbdbcb3740b2a250e5c710fbbf093484a620cbb /hw/display | |
parent | 58369e22cf971448411bfbc8c894b2addebe2111 (diff) | |
download | qemu-87776ab72b02e3c99a042ab7a0a378bc457cc069.tar.gz qemu-87776ab72b02e3c99a042ab7a0a378bc457cc069.tar.bz2 qemu-87776ab72b02e3c99a042ab7a0a378bc457cc069.zip |
qemu-common: stop including qemu/host-utils.h from qemu-common.h
Move it to the actual users. There are some inclusions of
qemu/host-utils.h in headers, but they are all necessary.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/display')
-rw-r--r-- | hw/display/tc6393xb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/tc6393xb.c b/hw/display/tc6393xb.c index da3ceceb0a..92f7120acc 100644 --- a/hw/display/tc6393xb.c +++ b/hw/display/tc6393xb.c @@ -12,6 +12,7 @@ */ #include "qemu/osdep.h" #include "qapi/error.h" +#include "qemu/host-utils.h" #include "hw/hw.h" #include "hw/devices.h" #include "hw/block/flash.h" |