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/ns_gige.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/ns_gige.cc')
-rw-r--r-- | src/dev/ns_gige.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dev/ns_gige.cc b/src/dev/ns_gige.cc index 67f8e0345..9a6ea5c6b 100644 --- a/src/dev/ns_gige.cc +++ b/src/dev/ns_gige.cc @@ -40,7 +40,6 @@ #include "base/inet.hh" #include "base/types.hh" #include "config/the_isa.hh" -#include "cpu/thread_context.hh" #include "debug/EthernetAll.hh" #include "dev/etherlink.hh" #include "dev/ns_gige.hh" |