diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-10-17 13:43:56 -0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-12-18 17:07:02 +0300 |
commit | 47181f5d4541dafc80b0237966316931ec424c96 (patch) | |
tree | 24a2b9b05d6ce05e487f986ff39d84411be60421 /tests/test-clone-visitor.c | |
parent | 7d98febd6759c0164a9f1fef94b9bf3ecbb51ab8 (diff) |
misc: remove headers implicitly included
applied using ./scripts/clean-includes
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Ben Warren <ben@skyportsystems.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
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 96982163e4..ac6afc562e 100644 --- a/tests/test-clone-visitor.c +++ b/tests/test-clone-visitor.c @@ -8,7 +8,6 @@ */ #include "qemu/osdep.h" -#include <glib.h> #include "qemu-common.h" #include "qapi/clone-visitor.h" |