From 8aa643a08f71f7528b994d7fc6707d1e9fd7644a Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:57 +0000 Subject: qapi: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Reviewed-by: Eric Blake Message-id: 1454089805-5470-8-git-send-email-peter.maydell@linaro.org --- qapi/qapi-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qapi/qapi-util.c') diff --git a/qapi/qapi-util.c b/qapi/qapi-util.c index bcdc94d..8afb12e 100644 --- a/qapi/qapi-util.c +++ b/qapi/qapi-util.c @@ -10,8 +10,8 @@ * */ +#include "qemu/osdep.h" #include "qemu-common.h" -#include "qapi/error.h" #include "qapi/util.h" int qapi_enum_parse(const char * const lookup[], const char *buf, -- cgit v1.1