diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-02-02 15:14:32 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-02-07 13:52:40 +0100 |
commit | b46d9b1082054cba5af5ccab584f0e22a5264057 (patch) | |
tree | 6405be926b07e4e50eabc6dff3eb08eb93e08833 | |
parent | 9970bd887d7b6ec17899fa337e58547430a99e7d (diff) | |
download | qemu-b46d9b1082054cba5af5ccab584f0e22a5264057.zip |
qom: do not include qdev header file
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | qom/object.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qom/object.c b/qom/object.c index ffd50a35c0..98b8ad5f7d 100644 --- a/qom/object.c +++ b/qom/object.c @@ -13,8 +13,6 @@ #include "qemu/object.h" #include "qemu-common.h" #include "qapi/qapi-visit-core.h" -#include "hw/qdev.h" -// FIXME remove above #define MAX_INTERFACES 32 |