aboutsummaryrefslogtreecommitdiff
path: root/tests/test-write-threshold.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-05-24 16:24:37 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2016-06-07 18:19:24 +0300
commit79ffb277ec07fac197dfb4f88c00e9e3a9f425d4 (patch)
tree40369c4c319474acc5c868813142c4e74ea8f63c /tests/test-write-threshold.c
parentdf891b9197f595e8676885a10e1c1735a4c261ba (diff)
tests: Remove unnecessary glib.h includes
Remove glib.h includes, as it is provided by osdep.h. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Tested-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/test-write-threshold.c')
-rw-r--r--tests/test-write-threshold.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-write-threshold.c b/tests/test-write-threshold.c
index fdbc8020fd..97ca12f710 100644
--- a/tests/test-write-threshold.c
+++ b/tests/test-write-threshold.c
@@ -7,7 +7,6 @@
*/
#include "qemu/osdep.h"
-#include <glib.h>
#include "block/block_int.h"
#include "block/write-threshold.h"