From 159cee171976019badb17336eff5b69df3c89528 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Sun, 12 Mar 2006 16:27:52 -0500 Subject: 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 --- arch/mips/process.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/mips/process.cc') diff --git a/arch/mips/process.cc b/arch/mips/process.cc index 7f374f580..f63e668b5 100644 --- a/arch/mips/process.cc +++ b/arch/mips/process.cc @@ -27,6 +27,9 @@ */ #include "arch/mips/process.hh" +#include "arch/mips/linux/process.hh" +#include "base/loader/object_file.hh" +#include "base/misc.hh" using namespace std; -- cgit v1.2.3