aboutsummaryrefslogtreecommitdiff
path: root/softmmu
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-05-16 18:32:48 +0200
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-03-06 13:15:42 +0100
commitc1747dfd4a2ffad6d9e8067fc41a759ff5efbc1d (patch)
treebd59e7fc2bf635c33bb98604f1fdfefbeb97b297 /softmmu
parent464868a343909fde80cfbfe3216212e85218f9a7 (diff)
downloadqemu-c1747dfd4a2ffad6d9e8067fc41a759ff5efbc1d.zip
qemu-c1747dfd4a2ffad6d9e8067fc41a759ff5efbc1d.tar.gz
qemu-c1747dfd4a2ffad6d9e8067fc41a759ff5efbc1d.tar.bz2
softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220207075426.81934-16-f4bug@amsat.org>
Diffstat (limited to 'softmmu')
-rw-r--r--softmmu/cpu-timers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/softmmu/cpu-timers.c b/softmmu/cpu-timers.c
index 34ddfa0..204d946 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"