Some fixups

arch/alpha/alpha_linux_process.cc:
arch/alpha/alpha_tru64_process.cc:
    Replaced the namespace declaration with including arch/alpha/isa_traits.hh

--HG--
extra : convert_revision : 07cb73a9f30f0e165809668f9baff6a3e3f94580
This commit is contained in:
Gabe Black 2006-02-08 01:57:47 -05:00
parent 29bc6c086a
commit e59fdcdd39
2 changed files with 2 additions and 6 deletions

View file

@ -26,9 +26,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
namespace LittleEndian {}
using namespace LittleEndian;
#include <dirent.h>
#include <errno.h>
#include <fcntl.h> // for host open() flags
@ -45,6 +42,7 @@ using namespace LittleEndian;
#include "sim/process.hh"
#include "sim/sim_events.hh"
#include "arch/alpha/isa_traits.hh"
#include "arch/alpha/alpha_common_syscall_emul.hh"
#include "sim/syscall_emul.hh"
#include "sim/root.hh" // for curTick & ticksPerSecond

View file

@ -26,9 +26,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
namespace LittleEndian {}
using namespace LittleEndian;
#include <sys/types.h>
#include <sys/stat.h>
#if defined(__OpenBSD__)
@ -44,6 +41,7 @@ using namespace LittleEndian;
#include <string.h> // for memset()
#include <unistd.h>
#include "arch/alpha/isa_traits.hh"
#include "arch/alpha/alpha_common_syscall_emul.hh"
#include "arch/alpha/alpha_tru64_process.hh"
#include "base/trace.hh"