]> Git Repo - qemu.git/commitdiff
target/s390x/tcg/excp_helper: Restrict system headers to sysemu
authorPhilippe Mathieu-Daudé <[email protected]>
Sat, 17 Dec 2022 15:24:54 +0000 (16:24 +0100)
committerThomas Huth <[email protected]>
Mon, 9 Jan 2023 12:50:13 +0000 (13:50 +0100)
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20221217152454[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
target/s390x/tcg/excp_helper.c

index fe02d822013f13f3e16a07928e621309c82308d8..bc767f0443816c892aa9d0a2dcbd66f7a84edc6b 100644 (file)
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "cpu.h"
-#include "s390x-internal.h"
 #include "exec/helper-proto.h"
-#include "qemu/timer.h"
 #include "exec/exec-all.h"
 #include "exec/cpu_ldst.h"
-#include "hw/s390x/ioinst.h"
-#include "exec/address-spaces.h"
+#include "s390x-internal.h"
 #include "tcg_s390x.h"
 #ifndef CONFIG_USER_ONLY
+#include "qemu/timer.h"
+#include "exec/address-spaces.h"
+#include "hw/s390x/ioinst.h"
 #include "hw/s390x/s390_flic.h"
 #include "hw/boards.h"
 #endif
This page took 0.032579 seconds and 4 git commands to generate.