diff mbox

[06/14] cris: Clean up includes

Message ID 1455031511-23684-7-git-send-email-peter.maydell@linaro.org
State Accepted
Headers show

Commit Message

Peter Maydell Feb. 9, 2016, 3:25 p.m. UTC
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>

---
 target-cris/mmu.c | 1 +
 1 file changed, 1 insertion(+)

-- 
1.9.1
diff mbox

Patch

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"