diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-02-01 12:18:30 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-02-09 05:05:11 +0100 |
commit | 522ece32d214bd4b086821c4350c2aebe5587878 (patch) | |
tree | d140a0dcadeaabaddb9faccaaa1fc84d59cdfc6f /tests/test-clone-visitor.c | |
parent | 8f0a3716e40cf479ebdc1cf5a34b8d500c05adff (diff) |
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180201111846.21846-4-armbru@redhat.com>
Diffstat (limited to 'tests/test-clone-visitor.c')
-rw-r--r-- | tests/test-clone-visitor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-clone-visitor.c b/tests/test-clone-visitor.c index ac6afc562e..6b6d4aaeba 100644 --- a/tests/test-clone-visitor.c +++ b/tests/test-clone-visitor.c @@ -11,7 +11,6 @@ #include "qemu-common.h" #include "qapi/clone-visitor.h" -#include "test-qapi-types.h" #include "test-qapi-visit.h" #include "qapi/qmp/types.h" |