diff options
Diffstat (limited to 'target/riscv/pmu.h')
| -rw-r--r-- | target/riscv/pmu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/riscv/pmu.h b/target/riscv/pmu.h index 0c819ca983..2bfb71ba87 100644 --- a/target/riscv/pmu.h +++ b/target/riscv/pmu.h @@ -16,10 +16,7 @@ * this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "qemu/log.h" #include "cpu.h" -#include "qemu/main-loop.h" -#include "exec/exec-all.h" bool riscv_pmu_ctr_monitor_instructions(CPURISCVState *env, uint32_t target_ctr); |