check-qstring: remove check.h include
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 12 Jan 2012 17:33:22 +0000 (11:33 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 12 Jan 2012 17:33:22 +0000 (11:33 -0600)
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
check-qstring.c

index 681bb68a1fec56018437639f3f6e7d56bb71bd44..addad6c6737a9584ba4159d450b82826365be353 100644 (file)
@@ -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"