From 008e05662ae5ff314b2b8462508ffd4b40503369 Mon Sep 17 00:00:00 2001 From: Igor Mammedov Date: Tue, 1 Oct 2013 17:44:32 +0200 Subject: cleanup object.h: include error.h directly qapi/error.h is simple enough to be included in qom/object.h direcly and prepares qom/object.h to use Error typedef. Signed-off-by: Igor Mammedov Signed-off-by: Michael S. Tsirkin --- include/qom/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/qom') diff --git a/include/qom/object.h b/include/qom/object.h index 1a7b71aba5..d9a0063834 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -18,9 +18,9 @@ #include #include #include "qemu/queue.h" +#include "qapi/error.h" struct Visitor; -struct Error; struct TypeImpl; typedef struct TypeImpl *Type; -- cgit v1.2.1