From: Anthony Liguori Date: Thu, 12 Jan 2012 17:33:22 +0000 (-0600) Subject: check-qstring: remove check.h include X-Git-Tag: v1.1-rc0~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=515aa3c57986b3e26558d72ecaeb7545ecd30510;p=thirdparty%2Fqemu.git check-qstring: remove check.h include Reported-by: Peter Maydell Signed-off-by: Anthony Liguori --- diff --git a/check-qstring.c b/check-qstring.c index 681bb68a1fe..addad6c6737 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 +#include #include "qstring.h" #include "qemu-common.h"