summaryrefslogtreecommitdiff
path: root/cpu/simple/cpu.hh
diff options
context:
space:
mode:
authorRon Dreslinski <rdreslin@umich.edu>2006-01-31 14:42:42 -0500
committerRon Dreslinski <rdreslin@umich.edu>2006-01-31 14:42:42 -0500
commit6c7fdb1be7fa0389c4d132d8c8520fc2346567b3 (patch)
treeaeb1f582031627e9fc31475e3f7fe54b5d550673 /cpu/simple/cpu.hh
parent2f644efafaa6df54f4e9b8f2710aa6f3647b6940 (diff)
downloadgem5-6c7fdb1be7fa0389c4d132d8c8520fc2346567b3.tar.xz
More include files, removing definition of SendResult whioch isn't needed anymore
cpu/simple/cpu.hh: Some needed includes mem/port.hh: Now we removed the sendResult and replaced with void,tick,bool don't need it defined anymore --HG-- extra : convert_revision : aea08ec299c41b9f9a5b0da7649cef0459315139
Diffstat (limited to 'cpu/simple/cpu.hh')
-rw-r--r--cpu/simple/cpu.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/simple/cpu.hh b/cpu/simple/cpu.hh
index 30fea0f86..0fb6235b4 100644
--- a/cpu/simple/cpu.hh
+++ b/cpu/simple/cpu.hh
@@ -36,6 +36,9 @@
#include "cpu/pc_event.hh"
#include "cpu/sampler/sampler.hh"
#include "cpu/static_inst.hh"
+#include "mem/packet.hh"
+#include "mem/port.hh"
+#include "mem/request.hh"
#include "sim/eventq.hh"
// forward declarations