summaryrefslogtreecommitdiff
path: root/src/dev
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2013-09-04 13:22:55 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2013-09-04 13:22:55 -0400
commitbb1d2f39575795f0b369bb3cabb52c9d42a8b1c6 (patch)
tree5c153972f9db3abd382046baa33fd3140869f66c /src/dev
parentcead68a78189f764a98be88206592884cdde75ec (diff)
downloadgem5-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')
-rw-r--r--src/dev/ns_gige.cc1
-rw-r--r--src/dev/sinic.cc2
2 files changed, 0 insertions, 3 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"
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"