From eef3a2e142443d94b75de333ff3ccb69644a9831 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 17 May 2009 14:34:50 -0700 Subject: types: Move stuff for global types into src/base/types.hh --HG-- rename : src/sim/host.hh => src/base/types.hh --- src/arch/x86/vtophys.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/vtophys.hh') diff --git a/src/arch/x86/vtophys.hh b/src/arch/x86/vtophys.hh index be5e2700f..b36c24a1a 100644 --- a/src/arch/x86/vtophys.hh +++ b/src/arch/x86/vtophys.hh @@ -60,7 +60,7 @@ #include "arch/x86/isa_traits.hh" #include "arch/x86/pagetable.hh" -#include "sim/host.hh" +#include "base/types.hh" class ThreadContext; class FunctionalPort; -- cgit v1.2.3