target-m68k: Clean includes

config.h was missing in cpu.h.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2012-02-01 20:55:18 +01:00
parent 60ed8d298e
commit 3aef481a6b
3 changed files with 1 additions and 11 deletions

View file

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