summaryrefslogtreecommitdiffstats
path: root/hw/cris
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:24 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:22 -0600
commit18d300185ca7f75dce1e74475ee0e53ecd1fb0f6 (patch)
treeb8e8a210eacaa54a8cb7ac73d49ad1d223427437 /hw/cris
parentc59d0e7f64b722ad825f11b524cc99a93b858b15 (diff)
downloadhqemu-18d300185ca7f75dce1e74475ee0e53ecd1fb0f6.zip
hqemu-18d300185ca7f75dce1e74475ee0e53ecd1fb0f6.tar.gz
cris: 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-32-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/cris')
-rw-r--r--hw/cris/axis_dev88.c1
-rw-r--r--hw/cris/boot.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/cris/axis_dev88.c b/hw/cris/axis_dev88.c
index de880d1..f2ba1d0 100644
--- a/hw/cris/axis_dev88.c
+++ b/hw/cris/axis_dev88.c
@@ -22,6 +22,7 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include "hw/sysbus.h"
#include "net/net.h"
#include "hw/block/flash.h"
diff --git a/hw/cris/boot.c b/hw/cris/boot.c
index 1cfa339..6608160 100644
--- a/hw/cris/boot.c
+++ b/hw/cris/boot.c
@@ -22,6 +22,7 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/loader.h"
#include "elf.h"
OpenPOWER on IntegriCloud