[RFC PATCH 08/15] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header

Philippe Mathieu-Daudé posted 15 patches 4 years, 8 months ago
There is a newer version of this series
[RFC PATCH 08/15] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header
Posted by Philippe Mathieu-Daudé 4 years, 8 months ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 softmmu/cpu-timers.c | 1 -
 1 file changed, 1 deletion(-)

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"
-- 
2.26.3

Re: [RFC PATCH 08/15] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header
Posted by Richard Henderson 4 years, 8 months ago
On 5/17/21 4:55 AM, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
> ---
>   softmmu/cpu-timers.c | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~