sim-card
/
qemu
Archived
10
0
Fork 0

target-lm32: Clean includes

config.h was missing in cpu.h.

Acked-by: Michael Walle <michael@walle.cc>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2012-02-01 20:54:57 +01:00
parent 727d6bff27
commit 60ed8d298e
3 changed files with 1 additions and 13 deletions

View File

@ -24,6 +24,7 @@
#define CPUState struct CPULM32State
#include "config.h"
#include "qemu-common.h"
#include "cpu-defs.h"
struct CPULM32State;

View File

@ -17,11 +17,6 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "config.h"
#include "cpu.h"
#include "host-utils.h"

View File

@ -17,18 +17,10 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <assert.h>
#include "cpu.h"
#include "disas.h"
#include "helper.h"
#include "tcg-op.h"
#include "qemu-common.h"
#include "hw/lm32_pic.h"