From: Stefan Weil Date: Thu, 2 Feb 2012 20:44:38 +0000 (+0100) Subject: target-sh4: Clean includes X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~4422^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d0b9ac6d629bf9d32f101a319cebd9767bb3350;p=sdk%2Femulator%2Fqemu.git target-sh4: Clean includes Remove some include statements which are not needed. Cc: Aurelien Jarno Signed-off-by: Stefan Weil --- diff --git a/target-sh4/translate.c b/target-sh4/translate.c index aacf96d..dd0ee4b 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 . */ -#include -#include -#include -#include -#include #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