From 87c9b5e047f3799ec9dba6e31ec0522adf06951c Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:52 +0000 Subject: stubs: 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-3-git-send-email-peter.maydell@linaro.org --- stubs/mon-is-qmp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stubs/mon-is-qmp.c') diff --git a/stubs/mon-is-qmp.c b/stubs/mon-is-qmp.c index dd26f19..a8344ce 100644 --- a/stubs/mon-is-qmp.c +++ b/stubs/mon-is-qmp.c @@ -1,3 +1,4 @@ +#include "qemu/osdep.h" #include "qemu-common.h" #include "monitor/monitor.h" -- cgit v1.1