summaryrefslogtreecommitdiff
path: root/src/base
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/base
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/base')
-rw-r--r--src/base/vnc/vncserver.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/vnc/vncserver.hh b/src/base/vnc/vncserver.hh
index 17c097536..cd1f186f5 100644
--- a/src/base/vnc/vncserver.hh
+++ b/src/base/vnc/vncserver.hh
@@ -53,7 +53,6 @@
#include "base/circlebuf.hh"
#include "base/pollevent.hh"
#include "base/socket.hh"
-#include "cpu/intr_control.hh"
#include "params/VncServer.hh"
#include "sim/sim_object.hh"