summaryrefslogtreecommitdiff
path: root/arch/alpha/process.cc
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-03-12 16:27:52 -0500
committerSteve Reinhardt <stever@eecs.umich.edu>2006-03-12 16:27:52 -0500
commit159cee171976019badb17336eff5b69df3c89528 (patch)
tree186f575cc382dd832113b6934af0693d1a3ca4ab /arch/alpha/process.cc
parente1985e02007f2e34d6e62c66ba417e6e9f3a1316 (diff)
downloadgem5-159cee171976019badb17336eff5b69df3c89528.tar.xz
Clean up arch/*/process.hh includes and std namespace issues.
arch/alpha/process.cc: arch/mips/process.cc: arch/sparc/process.cc: You really do need the headers in the .cc file. arch/alpha/process.hh: Don't include unnecessary headers in another header. Replace with forward class declarations. arch/mips/process.hh: arch/sparc/process.hh: Don't include unnecessary headers in another header. Replace with forward class declarations. Also fix std namespace... no "using" in header files! --HG-- extra : convert_revision : f2cd953d0f4a212bb8148cc54c329aa3c18deb89
Diffstat (limited to 'arch/alpha/process.cc')
-rw-r--r--arch/alpha/process.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/alpha/process.cc b/arch/alpha/process.cc
index dc4b92861..17a54ee80 100644
--- a/arch/alpha/process.cc
+++ b/arch/alpha/process.cc
@@ -27,6 +27,10 @@
*/
#include "arch/alpha/process.hh"
+#include "arch/alpha/linux/process.hh"
+#include "arch/alpha/tru64/process.hh"
+#include "base/loader/object_file.hh"
+#include "base/misc.hh"
namespace AlphaISA
{