diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-06 11:51:59 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:31:30 +0100 |
commit | 4167c42c5eb79add9252547efe92df7e5c2d1abd (patch) | |
tree | 2f467b44ea95242b4c667829f97725f0eb9ee5cb /target-i386 | |
parent | 79ee7df8853c5d7085d87036420b6b388dda2595 (diff) |
qapi: remove qapi/qapi-types-core.h
The file is only including error.h and qerror.h. Prefer explicit
inclusion of whatever files are needed.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 7be3ad82cb..e968006ed0 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -26,6 +26,7 @@ #include "qemu-option.h" #include "qemu-config.h" +#include "qerror.h" #include "qapi/qapi-visit-core.h" #include "arch_init.h" |