From 4459bf3866c380cc1e7cbb8771eee7b503d1163a Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:58 +0000 Subject: qga: 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 Message-id: 1454089805-5470-9-git-send-email-peter.maydell@linaro.org --- qga/vss-win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qga/vss-win32.c') diff --git a/qga/vss-win32.c b/qga/vss-win32.c index 2142b4964d..5182e3be91 100644 --- a/qga/vss-win32.c +++ b/qga/vss-win32.c @@ -10,7 +10,7 @@ * See the COPYING file in the top-level directory. */ -#include +#include "qemu/osdep.h" #include #include "qga/guest-agent-core.h" #include "qga/vss-win32.h" -- cgit v1.2.1