diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-01-26 04:53:00 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-03-06 13:15:42 +0100 |
commit | b57dfb0f30383facb5469642d70a4ccb1efd2343 (patch) | |
tree | 2ff12a58c17a35b02d1773779b4e889900e754a9 /target | |
parent | c1747dfd4a2ffad6d9e8067fc41a759ff5efbc1d (diff) | |
download | qemu-b57dfb0f30383facb5469642d70a4ccb1efd2343.zip qemu-b57dfb0f30383facb5469642d70a4ccb1efd2343.tar.gz qemu-b57dfb0f30383facb5469642d70a4ccb1efd2343.tar.bz2 |
misc: Remove unnecessary "sysemu/cpu-timers.h" include
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220207075426.81934-17-f4bug@amsat.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/alpha/translate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/alpha/translate.c b/target/alpha/translate.c index ca78a0f..66768ab 100644 --- a/target/alpha/translate.c +++ b/target/alpha/translate.c @@ -20,7 +20,6 @@ #include "qemu/osdep.h" #include "cpu.h" #include "sysemu/cpus.h" -#include "sysemu/cpu-timers.h" #include "disas/disas.h" #include "qemu/host-utils.h" #include "exec/exec-all.h" |