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/unittest/stattest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unittest/stattest.cc') diff --git a/src/unittest/stattest.cc b/src/unittest/stattest.cc index 3934786ec..9c10d078c 100644 --- a/src/unittest/stattest.cc +++ b/src/unittest/stattest.cc @@ -37,7 +37,7 @@ #include "base/statistics.hh" #include "base/stats/text.hh" #include "base/stats/mysql.hh" -#include "sim/host.hh" +#include "base/types.hh" using namespace std; using namespace Stats; -- cgit v1.2.3