diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-02-07 09:27:53 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-02-21 10:18:06 +0100 |
commit | 1e84f14d6f40ee297a95b7fe9ac5b718dd6129a1 (patch) | |
tree | 39c8b53e9e78986fefdc4599e19d4f082c96da4f /hw/core/ptimer.c | |
parent | 40d7ca33b9e3221e0b55142916c1b7bba628c6a9 (diff) | |
download | qemu-1e84f14d6f40ee297a95b7fe9ac5b718dd6129a1.zip qemu-1e84f14d6f40ee297a95b7fe9ac5b718dd6129a1.tar.gz qemu-1e84f14d6f40ee297a95b7fe9ac5b718dd6129a1.tar.bz2 |
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/core/ptimer.c')
-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 6ba19fd..eb5ba1a 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 |