aboutsummaryrefslogtreecommitdiff
path: root/target-cris/helper.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-02-01 20:53:33 +0100
committerStefan Weil <sw@weilnetz.de>2012-02-28 22:33:42 +0100
commit7ad757b29b5096ae100d646c584036b4892c9be5 (patch)
tree842a1de2597d11fa97c58841481ed979265d25d9 /target-cris/helper.c
parent853bfcc71afc5436830cfcb58bc31622024eaf7c (diff)
downloadqemu-7ad757b29b5096ae100d646c584036b4892c9be5.zip
qemu-7ad757b29b5096ae100d646c584036b4892c9be5.tar.gz
qemu-7ad757b29b5096ae100d646c584036b4892c9be5.tar.bz2
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 <edgar.iglesias@gmail.com> Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'target-cris/helper.c')
-rw-r--r--target-cris/helper.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/target-cris/helper.c b/target-cris/helper.c
index 5bc6d81..dd7f18e 100644
--- a/target-cris/helper.c
+++ b/target-cris/helper.c
@@ -18,10 +18,6 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdio.h>
-#include <string.h>
-
-#include "config.h"
#include "cpu.h"
#include "mmu.h"
#include "host-utils.h"