diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-01 20:55:18 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2012-02-28 22:33:42 +0100 |
commit | 3aef481a6b043e6995d2edef49e89489b4f1e2cc (patch) | |
tree | c2cb2b10aa3f3fe43b04f1cd6c7d6eeab2c2e25d /target-m68k/helper.c | |
parent | 60ed8d298e1e75b80a560dc5c3f25582aa1fc548 (diff) |
target-m68k: Clean includes
config.h was missing in cpu.h.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'target-m68k/helper.c')
-rw-r--r-- | target-m68k/helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-m68k/helper.c b/target-m68k/helper.c index 674c8e6f07..fa675bfca6 100644 --- a/target-m68k/helper.c +++ b/target-m68k/helper.c @@ -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" |