From 9bbc853bd4fc6e4cbdbfc8d52eab0730d3ba94ba Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:50:02 +0000 Subject: qom: 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-13-git-send-email-peter.maydell@linaro.org --- qom/object.c | 1 + 1 file changed, 1 insertion(+) (limited to 'qom/object.c') diff --git a/qom/object.c b/qom/object.c index 5ff97ab91e..5904081ba9 100644 --- a/qom/object.c +++ b/qom/object.c @@ -10,6 +10,7 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "qom/object.h" #include "qom/object_interfaces.h" #include "qemu-common.h" -- cgit v1.2.1