aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2022-12-17 16:24:53 +0100
committerThomas Huth <thuth@redhat.com>2023-01-09 13:50:13 +0100
commit983cec881023bbb0bd1b3981b8bcc194eea4fdb3 (patch)
treeaaef85e4692706f760d802a5f6c1cff57ada4813 /target
parent3ea7e312671686e616efa1b8caa5f5ce2d06543a (diff)
downloadqemu-983cec881023bbb0bd1b3981b8bcc194eea4fdb3.zip
qemu-983cec881023bbb0bd1b3981b8bcc194eea4fdb3.tar.gz
qemu-983cec881023bbb0bd1b3981b8bcc194eea4fdb3.tar.bz2
target/s390x/tcg/misc_helper: Remove unused "memory.h" include
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221217152454.96388-5-philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'target')
-rw-r--r--target/s390x/tcg/misc_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/s390x/tcg/misc_helper.c b/target/s390x/tcg/misc_helper.c
index 71388a7..576157b 100644
--- a/target/s390x/tcg/misc_helper.c
+++ b/target/s390x/tcg/misc_helper.c
@@ -23,7 +23,6 @@
#include "qemu/main-loop.h"
#include "cpu.h"
#include "s390x-internal.h"
-#include "exec/memory.h"
#include "qemu/host-utils.h"
#include "exec/helper-proto.h"
#include "qemu/timer.h"