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/translate.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/translate.c')
-rw-r--r-- | target-m68k/translate.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-m68k/translate.c b/target-m68k/translate.c index 0e7f1fe2c7..2bdd9dd1e3 100644 --- a/target-m68k/translate.c +++ b/target-m68k/translate.c @@ -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" |