diff options
Diffstat (limited to 'target-moxie/mmu.c')
-rw-r--r-- | target-moxie/mmu.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target-moxie/mmu.c b/target-moxie/mmu.c index 5217eedacd..9203330b3b 100644 --- a/target-moxie/mmu.c +++ b/target-moxie/mmu.c @@ -17,11 +17,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdio.h> -#include <string.h> -#include <stdlib.h> +#include "qemu/osdep.h" -#include "config.h" #include "cpu.h" #include "mmu.h" #include "exec/exec-all.h" |