aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/sh_intc.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:19 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:24 +0000
commit90191d07a6c0480802dfcaee99328b1c5e520579 (patch)
treefaa3cd8c3b8bc994be45645e3952680b9c710dad /hw/intc/sh_intc.c
parent282bc81efbb5e301a3cc010eee0635bf6d0375e5 (diff)
downloadqemu-90191d07a6c0480802dfcaee99328b1c5e520579.zip
qemu-90191d07a6c0480802dfcaee99328b1c5e520579.tar.gz
qemu-90191d07a6c0480802dfcaee99328b1c5e520579.tar.bz2
hw/intc: 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-27-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/intc/sh_intc.c')
-rw-r--r--hw/intc/sh_intc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/sh_intc.c b/hw/intc/sh_intc.c
index 55c76e4..f3cdfaf 100644
--- a/hw/intc/sh_intc.c
+++ b/hw/intc/sh_intc.c
@@ -8,6 +8,7 @@
* This code is licensed under the GPL.
*/
+#include "qemu/osdep.h"
#include "hw/sh4/sh_intc.h"
#include "hw/hw.h"
#include "hw/sh4/sh.h"