From 2216c8500032572d382ef4891245c752f7f4f105 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:18 +0000 Subject: hw/timer: 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-26-git-send-email-peter.maydell@linaro.org --- hw/timer/stm32f2xx_timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/timer/stm32f2xx_timer.c') diff --git a/hw/timer/stm32f2xx_timer.c b/hw/timer/stm32f2xx_timer.c index ecadf9d..55dacbb 100644 --- a/hw/timer/stm32f2xx_timer.c +++ b/hw/timer/stm32f2xx_timer.c @@ -22,6 +22,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/timer/stm32f2xx_timer.h" #ifndef STM_TIMER_ERR_DEBUG -- cgit v1.1