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>
This commit is contained in:
parent
45133b74ba
commit
2d0b9ac6d6
@ -16,11 +16,6 @@
|
|||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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/>.
|
* 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 DEBUG_DISAS
|
||||||
#define SH4_DEBUG_DISAS
|
#define SH4_DEBUG_DISAS
|
||||||
@ -29,7 +24,6 @@
|
|||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "disas.h"
|
#include "disas.h"
|
||||||
#include "tcg-op.h"
|
#include "tcg-op.h"
|
||||||
#include "qemu-common.h"
|
|
||||||
|
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
#define GEN_HELPER 1
|
#define GEN_HELPER 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user