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/sim/init.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sim/init.cc') diff --git a/src/sim/init.cc b/src/sim/init.cc index 66eddfb6f..2e34740fb 100644 --- a/src/sim/init.cc +++ b/src/sim/init.cc @@ -41,7 +41,7 @@ #include "base/misc.hh" #include "sim/async.hh" #include "sim/core.hh" -#include "sim/host.hh" +#include "base/types.hh" #include "sim/init.hh" using namespace std; -- cgit v1.2.3