From 5af98cc5731061fc0321cd2c4c23c7e39cca0d9d Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:01 +0000 Subject: unicore: 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: 1453832250-766-9-git-send-email-peter.maydell@linaro.org --- hw/timer/puv3_ost.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/timer') diff --git a/hw/timer/puv3_ost.c b/hw/timer/puv3_ost.c index fa9eefd..93650b7 100644 --- a/hw/timer/puv3_ost.c +++ b/hw/timer/puv3_ost.c @@ -8,6 +8,7 @@ * published by the Free Software Foundation, or any later version. * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "hw/ptimer.h" #include "qemu/main-loop.h" -- cgit v1.1