summaryrefslogtreecommitdiffstats
path: root/hw/mips/mips_jazz.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-18 18:35:00 +0100
committerLeon Alrae2016-01-23 15:30:04 +0100
commitc684822ad29968af09735148f03a511bc514589d (patch)
tree18098d760b4dc45db33e2bc29a191df5b68faea2 /hw/mips/mips_jazz.c
parenttarget-mips: Fix ALIGN instruction when bp=0 (diff)
downloadqemu-c684822ad29968af09735148f03a511bc514589d.tar.gz
qemu-c684822ad29968af09735148f03a511bc514589d.tar.xz
qemu-c684822ad29968af09735148f03a511bc514589d.zip
mips: 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> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'hw/mips/mips_jazz.c')
-rw-r--r--hw/mips/mips_jazz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mips/mips_jazz.c b/hw/mips/mips_jazz.c
index 1cfbaa605a..62527fdbe8 100644
--- a/hw/mips/mips_jazz.c
+++ b/hw/mips/mips_jazz.c
@@ -22,6 +22,7 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/mips/mips.h"
#include "hw/mips/cpudevs.h"