Clean up arch/*/process.hh includes and std namespace issues.
authorSteve Reinhardt <stever@eecs.umich.edu>
Sun, 12 Mar 2006 21:27:52 +0000 (16:27 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sun, 12 Mar 2006 21:27:52 +0000 (16:27 -0500)
commit159cee171976019badb17336eff5b69df3c89528
tree186f575cc382dd832113b6934af0693d1a3ca4ab
parente1985e02007f2e34d6e62c66ba417e6e9f3a1316
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/alpha/process.cc
arch/alpha/process.hh
arch/mips/process.cc
arch/mips/process.hh
arch/sparc/process.cc
arch/sparc/process.hh