From b46d9b1082054cba5af5ccab584f0e22a5264057 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 2 Feb 2012 15:14:32 +0100 Subject: qom: do not include qdev header file Reviewed-by: Anthony Liguori Signed-off-by: Paolo Bonzini --- qom/object.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/qom/object.c b/qom/object.c index ffd50a35c..98b8ad5f7 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 -- cgit v1.2.3