From: Peter Maydell Date: Tue, 9 Feb 2016 10:55:48 +0000 (+0000) Subject: cris: Clean up includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=66d79920b992781cf533d8f96f90199284ec6845;p=qemu.git 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 Reviewed-by: Eric Blake --- diff --git a/target-cris/mmu.c b/target-cris/mmu.c index 4a9c595c29..4278d2dce4 100644 --- a/target-cris/mmu.c +++ b/target-cris/mmu.c @@ -18,6 +18,7 @@ * License along with this library; if not, see . */ +#include "qemu/osdep.h" #include "cpu.h" #include "mmu.h"