diff options
| author | Philippe Mathieu-Daudé | 2017-10-17 18:43:56 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2017-12-18 15:07:02 +0100 |
| commit | 47181f5d4541dafc80b0237966316931ec424c96 (patch) | |
| tree | 24a2b9b05d6ce05e487f986ff39d84411be60421 /tests | |
| parent | block: remove "qemu/osdep.h" from header file (diff) | |
| download | qemu-47181f5d4541dafc80b0237966316931ec424c96.tar.gz qemu-47181f5d4541dafc80b0237966316931ec424c96.tar.xz qemu-47181f5d4541dafc80b0237966316931ec424c96.zip | |
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')
| -rw-r--r-- | tests/test-aio-multithread.c | 1 | ||||
| -rw-r--r-- | tests/test-clone-visitor.c | 1 | ||||
| -rw-r--r-- | tests/vmgenid-test.c | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/tests/test-aio-multithread.c b/tests/test-aio-multithread.c index d396185972..c8bec81520 100644 --- a/tests/test-aio-multithread.c +++ b/tests/test-aio-multithread.c @@ -11,7 +11,6 @@ */ #include "qemu/osdep.h" -#include <glib.h> #include "block/aio.h" #include "qapi/error.h" #include "qemu/coroutine.h" 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" diff --git a/tests/vmgenid-test.c b/tests/vmgenid-test.c index 5a86b40775..68ff954578 100644 --- a/tests/vmgenid-test.c +++ b/tests/vmgenid-test.c @@ -8,9 +8,6 @@ * See the COPYING file in the top-level directory. */ -#include <glib.h> -#include <string.h> -#include <unistd.h> #include "qemu/osdep.h" #include "qemu/bitmap.h" #include "qemu/uuid.h" |
