From 7ad757b29b5096ae100d646c584036b4892c9be5 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 1 Feb 2012 20:53:33 +0100 Subject: target-cris: Clean includes The change in cpu.h is needed when HOST_LONG_BITS is defined in qemu-common.h. Cc: Edgar E. Iglesias Signed-off-by: Stefan Weil --- target-cris/mmu.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target-cris/mmu.c') diff --git a/target-cris/mmu.c b/target-cris/mmu.c index d481e39..5cd8f27 100644 --- a/target-cris/mmu.c +++ b/target-cris/mmu.c @@ -20,11 +20,6 @@ #ifndef CONFIG_USER_ONLY -#include -#include -#include - -#include "config.h" #include "cpu.h" #include "mmu.h" -- cgit v1.1