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 /include/qemu-common.h | |
parent | 58369e22cf971448411bfbc8c894b2addebe2111 (diff) |
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 'include/qemu-common.h')
-rw-r--r-- | include/qemu-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h index dc041fc2f4..cd3139b2df 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -21,7 +21,6 @@ #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR) #include "qemu/option.h" -#include "qemu/host-utils.h" /* FIXME: Remove NEED_CPU_H. */ #ifdef NEED_CPU_H |