mirror of https://github.com/xemu-project/xemu.git
target-arm: Clean includes
Remove some include statements which are not needed. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
2c9762973c
commit
853bfcc71a
|
@ -1,11 +1,6 @@
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "gdbstub.h"
|
#include "gdbstub.h"
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
#include "qemu-common.h"
|
|
||||||
#include "host-utils.h"
|
#include "host-utils.h"
|
||||||
#if !defined(CONFIG_USER_ONLY)
|
#if !defined(CONFIG_USER_ONLY)
|
||||||
#include "hw/loader.h"
|
#include "hw/loader.h"
|
||||||
|
|
Loading…
Reference in New Issue