diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-02 21:44:38 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2012-02-28 22:33:43 +0100 |
commit | 2d0b9ac6d629bf9d32f101a319cebd9767bb3350 (patch) | |
tree | a8e7b04dd9efed4ad240ea46e6a9806e6c832f33 /target-sh4 | |
parent | 45133b74bacc67d2cc7c6b19315528325cc23c26 (diff) |
target-sh4: Clean includes
Remove some include statements which are not needed.
Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'target-sh4')
-rw-r--r-- | target-sh4/translate.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-sh4/translate.c b/target-sh4/translate.c index aacf96d9a3..dd0ee4be93 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -16,11 +16,6 @@ * 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> #define DEBUG_DISAS #define SH4_DEBUG_DISAS @@ -29,7 +24,6 @@ #include "cpu.h" #include "disas.h" #include "tcg-op.h" -#include "qemu-common.h" #include "helper.h" #define GEN_HELPER 1 |