summaryrefslogtreecommitdiffstats
path: root/hw/timer/stm32f2xx_timer.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:18 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit2216c8500032572d382ef4891245c752f7f4f105 (patch)
treea0d8458b137313d2c6e2e1521e6b2857f8ef70ee /hw/timer/stm32f2xx_timer.c
parentae1a4b3d92bf3d958dc19cf6c86a6950dbdd5bea (diff)
downloadhqemu-2216c8500032572d382ef4891245c752f7f4f105.zip
hqemu-2216c8500032572d382ef4891245c752f7f4f105.tar.gz
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 <peter.maydell@linaro.org> Message-id: 1453832250-766-26-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/timer/stm32f2xx_timer.c')
-rw-r--r--hw/timer/stm32f2xx_timer.c1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud