diff options
author | Markus Armbruster | 2018-02-01 12:18:37 +0100 |
---|---|---|
committer | Markus Armbruster | 2018-02-09 13:52:15 +0100 |
commit | 5ee9d2fe9e1e15d6e4a112220da3ad8a3512819b (patch) | |
tree | 49e045d229906406772d3505e215598ed3d5ee0c /include/qapi/visitor.h | |
parent | qdict qlist: Make most helper macros functions (diff) | |
download | qemu-5ee9d2fe9e1e15d6e4a112220da3ad8a3512819b.tar.gz qemu-5ee9d2fe9e1e15d6e4a112220da3ad8a3512819b.tar.xz qemu-5ee9d2fe9e1e15d6e4a112220da3ad8a3512819b.zip |
Include qapi/qmp/qobject.h exactly where needed
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180201111846.21846-11-armbru@redhat.com>
Diffstat (limited to 'include/qapi/visitor.h')
-rw-r--r-- | include/qapi/visitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qapi/visitor.h b/include/qapi/visitor.h index 62a51a54cb..ecff296c11 100644 --- a/include/qapi/visitor.h +++ b/include/qapi/visitor.h @@ -15,7 +15,7 @@ #ifndef QAPI_VISITOR_H #define QAPI_VISITOR_H -#include "qapi/qmp/qobject.h" +#include "qapi-types.h" /* * The QAPI schema defines both a set of C data types, and a QMP wire |