From 515aa3c57986b3e26558d72ecaeb7545ecd30510 Mon Sep 17 00:00:00 2001 From: Anthony Liguori <aliguori@us.ibm.com> Date: Thu, 12 Jan 2012 11:33:22 -0600 Subject: [PATCH] check-qstring: remove check.h include Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- check-qstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-qstring.c b/check-qstring.c index 681bb68a1f..addad6c673 100644 --- a/check-qstring.c +++ b/check-qstring.c @@ -9,7 +9,7 @@ * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. * See the COPYING.LIB file in the top-level directory. */ -#include <check.h> +#include <glib.h> #include "qstring.h" #include "qemu-common.h"