From 79ffb277ec07fac197dfb4f88c00e9e3a9f425d4 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 24 May 2016 16:24:37 +0100 Subject: 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 Reviewed-by: Eric Blake Tested-by: Eric Blake Signed-off-by: Michael Tokarev --- tests/check-qnull.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/check-qnull.c') diff --git a/tests/check-qnull.c b/tests/check-qnull.c index fd9c68f7e1..05d562d494 100644 --- a/tests/check-qnull.c +++ b/tests/check-qnull.c @@ -7,7 +7,6 @@ * See the COPYING.LIB file in the top-level directory. */ #include "qemu/osdep.h" -#include #include "qapi/qmp/qobject.h" #include "qemu-common.h" -- cgit v1.2.3-55-g7522