diff options
author | Philippe Mathieu-Daudé | 2022-02-07 09:27:53 +0100 |
---|---|---|
committer | Thomas Huth | 2022-02-21 10:18:06 +0100 |
commit | 1e84f14d6f40ee297a95b7fe9ac5b718dd6129a1 (patch) | |
tree | 39c8b53e9e78986fefdc4599e19d4f082c96da4f /hw | |
parent | exec/ramblock: Add missing includes (diff) | |
download | qemu-1e84f14d6f40ee297a95b7fe9ac5b718dd6129a1.tar.gz qemu-1e84f14d6f40ee297a95b7fe9ac5b718dd6129a1.tar.xz qemu-1e84f14d6f40ee297a95b7fe9ac5b718dd6129a1.zip |
core/ptimers: Remove unnecessary 'sysemu/cpus.h' include
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220207082756.82600-7-f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/core/ptimer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/core/ptimer.c b/hw/core/ptimer.c index 6ba19fd965..eb5ba1aff7 100644 --- a/hw/core/ptimer.c +++ b/hw/core/ptimer.c @@ -14,7 +14,6 @@ #include "sysemu/cpu-timers.h" #include "sysemu/qtest.h" #include "block/aio.h" -#include "sysemu/cpus.h" #include "hw/clock.h" #define DELTA_ADJUST 1 |