diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2013-09-04 13:22:55 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2013-09-04 13:22:55 -0400 |
commit | bb1d2f39575795f0b369bb3cabb52c9d42a8b1c6 (patch) | |
tree | 5c153972f9db3abd382046baa33fd3140869f66c /src/dev/sinic.cc | |
parent | cead68a78189f764a98be88206592884cdde75ec (diff) | |
download | gem5-bb1d2f39575795f0b369bb3cabb52c9d42a8b1c6.tar.xz |
arch: Header clean up for NOISA resurrection
This patch is a first step to getting NOISA working again. A number of
redundant includes make life more difficult than it has to be and this
patch simply removes them. There are also some redundant forward
declarations removed.
Diffstat (limited to 'src/dev/sinic.cc')
-rw-r--r-- | src/dev/sinic.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dev/sinic.cc b/src/dev/sinic.cc index c2d5fb49d..02eb8a113 100644 --- a/src/dev/sinic.cc +++ b/src/dev/sinic.cc @@ -38,8 +38,6 @@ #include "base/inet.hh" #include "base/types.hh" #include "config/the_isa.hh" -#include "cpu/intr_control.hh" -#include "cpu/thread_context.hh" #include "debug/EthernetAll.hh" #include "dev/etherlink.hh" #include "dev/sinic.hh" |