summaryrefslogtreecommitdiffstats
path: root/target-cris
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-02-09 10:55:48 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:45:28 -0600
commite6be18bb6a4186207a63bb4db56e4a64b7cfb6f9 (patch)
tree4d1529158e0d90bb5a475007328a0407d99ef944 /target-cris
parent63f4244c290bdebb02d3d7e2de6a3edb9905a9c3 (diff)
downloadhqemu-e6be18bb6a4186207a63bb4db56e4a64b7cfb6f9.zip
hqemu-e6be18bb6a4186207a63bb4db56e4a64b7cfb6f9.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> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'target-cris')
-rw-r--r--target-cris/mmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-cris/mmu.c b/target-cris/mmu.c
index 4a9c595..4278d2d 100644
--- a/target-cris/mmu.c
+++ b/target-cris/mmu.c
@@ -18,6 +18,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "cpu.h"
#include "mmu.h"
OpenPOWER on IntegriCloud