summaryrefslogtreecommitdiff
path: root/target-s390x/helper.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-02-01 20:56:52 +0100
committerStefan Weil <sw@weilnetz.de>2012-02-28 22:33:42 +0100
commit45133b74bacc67d2cc7c6b19315528325cc23c26 (patch)
treea3f901eeb164895d2a3b62c319f431245233b9ab /target-s390x/helper.c
parent550a82ec32c1afe6518bfbe8c811d34d85518cdc (diff)
downloadqemu-45133b74bacc67d2cc7c6b19315528325cc23c26.tar.gz
target-s390x: Clean includes
The change in cpu.h is needed when HOST_LONG_BITS is defined in qemu-common.h. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'target-s390x/helper.c')
-rw-r--r--target-s390x/helper.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/target-s390x/helper.c b/target-s390x/helper.c
index 10cc9dd5fa..c0ec8908a6 100644
--- a/target-s390x/helper.c
+++ b/target-s390x/helper.c
@@ -18,13 +18,8 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
#include "cpu.h"
#include "gdbstub.h"
-#include "qemu-common.h"
#include "qemu-timer.h"
#ifndef CONFIG_USER_ONLY
#include "sysemu.h"