diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-12 11:33:22 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-12 11:33:22 -0600 |
commit | 515aa3c57986b3e26558d72ecaeb7545ecd30510 (patch) | |
tree | 78834d2518b2460a6411fec197760a85a094774e /check-qstring.c | |
parent | 92af0bfda00dc2585d34ec6d83ae091ec4e93e89 (diff) | |
download | qemu-515aa3c57986b3e26558d72ecaeb7545ecd30510.tar.gz qemu-515aa3c57986b3e26558d72ecaeb7545ecd30510.tar.bz2 qemu-515aa3c57986b3e26558d72ecaeb7545ecd30510.zip |
check-qstring: remove check.h include
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'check-qstring.c')
-rw-r--r-- | check-qstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |