From: Peter Maydell Date: Tue, 21 Nov 2017 15:07:31 +0000 (+0000) Subject: accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.h X-Git-Tag: v2.12.0-rc0~189^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d60b25b371c62bd1a0fad8981d034cd2d3e5385;p=thirdparty%2Fqemu.git accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.h The cpu-exec-common.c file includes memory-internal.h, but it doesn't actually use anything from that header. Remove the unnecessary include. Signed-off-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Signed-off-by: Michael Tokarev --- diff --git a/accel/tcg/cpu-exec-common.c b/accel/tcg/cpu-exec-common.c index 5b4ae54a4df..dac5aac477d 100644 --- a/accel/tcg/cpu-exec-common.c +++ b/accel/tcg/cpu-exec-common.c @@ -21,7 +21,6 @@ #include "cpu.h" #include "sysemu/cpus.h" #include "exec/exec-all.h" -#include "exec/memory-internal.h" bool tcg_allowed;