summary refs log tree commit diff stats
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
parent464868a343909fde80cfbfe3216212e85218f9a7 (diff)
downloadfocaccia-qemu-c1747dfd4a2ffad6d9e8067fc41a759ff5efbc1d.tar.gz
focaccia-qemu-c1747dfd4a2ffad6d9e8067fc41a759ff5efbc1d.zip
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>
-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 34ddfa02f1..204d946a17 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"