target-unicore32: Clean includes

The change in cpu.h is needed when HOST_LONG_BITS is defined in qemu-common.h.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2012-02-02 21:47:01 +01:00
parent 2d0b9ac6d6
commit 8141905a44
2 changed files with 2 additions and 4 deletions

View file

@ -20,6 +20,8 @@
#define CPUState struct CPUState_UniCore32
#include "config.h"
#include "qemu-common.h"
#include "cpu-defs.h"
#include "softfloat.h"