]> git.proxmox.com Git - qemu.git/blobdiff - include/qom/object.h
cleanup object.h: include error.h directly
[qemu.git] / include / qom / object.h
index 1a7b71aba532e96f5a4d2293b0a0769e60cfe269..d9a0063834d5a582faec36f8be17845d880a3157 100644 (file)
@@ -18,9 +18,9 @@
 #include <stdint.h>
 #include <stdbool.h>
 #include "qemu/queue.h"
+#include "qapi/error.h"
 
 struct Visitor;
-struct Error;
 
 struct TypeImpl;
 typedef struct TypeImpl *Type;