From: Philippe Mathieu-Daudé Date: Sun, 16 May 2021 16:32:48 +0000 (+0200) Subject: softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header X-Git-Tag: v7.0.0-rc0~23^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1747dfd4a2ffad6d9e8067fc41a759ff5efbc1d;p=thirdparty%2Fqemu.git softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header Reviewed-by: Richard Henderson Reviewed-by: Paolo Bonzini Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20220207075426.81934-16-f4bug@amsat.org> --- diff --git a/softmmu/cpu-timers.c b/softmmu/cpu-timers.c index 34ddfa02f1e..204d946a172 100644 --- a/softmmu/cpu-timers.c +++ b/softmmu/cpu-timers.c @@ -28,7 +28,6 @@ #include "migration/vmstate.h" #include "qapi/error.h" #include "qemu/error-report.h" -#include "exec/exec-all.h" #include "sysemu/cpus.h" #include "qemu/main-loop.h" #include "qemu/option.h"