sim-card
/
qemu
Archived
10
0
Fork 0

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"

View File

@ -18,12 +18,7 @@
* 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 "qemu-common.h"
#include "gdbstub.h"
#include "helpers.h"

View File

@ -17,13 +17,7 @@
* You should have received a copy of the GNU Lesser General Public
* 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 "config.h"
#include "cpu.h"
#include "disas.h"
#include "tcg-op.h"