commit | 79ee7df8853c5d7085d87036420b6b388dda2595 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 06 11:22:34 2012 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 19 08:31:30 2012 +0100 |
tree | 6f2b23fcb24e3af7137fdfe22f62ad2b79a46b5d | |
parent | 28ecbaeecb139a214f019207402a35d7b58aec0f [diff] [blame] |
qapi: move inclusions of qemu-common.h from headers to .c files Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/tests/test-string-input-visitor.c b/tests/test-string-input-visitor.c index 5370e32..36b3792 100644 --- a/tests/test-string-input-visitor.c +++ b/tests/test-string-input-visitor.c
@@ -13,6 +13,7 @@ #include <glib.h> #include <stdarg.h> +#include "qemu-common.h" #include "qapi/string-input-visitor.h" #include "test-qapi-types.h" #include "test-qapi-visit.h"