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>
This commit is contained in:
Paolo Bonzini 2012-12-06 11:51:59 +01:00
parent 79ee7df885
commit 4167c42c5e
10 changed files with 10 additions and 22 deletions

View file

@ -11,6 +11,7 @@
*/
#include "qemu-common.h"
#include "qerror.h"
#include "opts-visitor.h"
#include "qemu-queue.h"
#include "qemu-option-internal.h"