misc: Fix a few accidental transitive includes.
authorGabe Black <gabe.black@gmail.com>
Wed, 21 Oct 2020 02:50:28 +0000 (19:50 -0700)
committerGabe Black <gabe.black@gmail.com>
Wed, 21 Oct 2020 22:56:14 +0000 (22:56 +0000)
commit7bcef5c048cf037407e697bd7382ac3bcdde9bba
treeedb4b8b31547f71212cd016c284ad4096da89128
parent368e5a492b0f6cba8478d9242d38e556a68e5fb0
misc: Fix a few accidental transitive includes.

Some files depend on definitions from files that they weren't including
themselves. They were working accidentally by getting those definitions
transitively through other, unrelated headers.

Change-Id: I50c919a4eb6c4484d4ee6b7f4fe02f075132964d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36282
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/riscv/pagetable.hh
src/arch/riscv/registers.hh
src/dev/arm/timer_a9global.hh
src/dev/ps2/mouse.hh
src/dev/x86/i8042.hh
src/mem/cache/compressors/dictionary_compressor.hh
src/mem/page_table.hh
src/sim/pseudo_inst.hh