]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target-sh4: Clean includes
authorStefan Weil <sw@weilnetz.de>
Thu, 2 Feb 2012 20:44:38 +0000 (21:44 +0100)
committerStefan Weil <sw@weilnetz.de>
Tue, 28 Feb 2012 21:33:43 +0000 (22:33 +0100)
Remove some include statements which are not needed.

Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
target-sh4/translate.c

index aacf96d9a374c3a9512f47db985901ecfd60e5ab..dd0ee4be93af8df8d879f3b55d086af450a24acb 100644 (file)
  * 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