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/cpu/o3/sat_counter.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/o3/sat_counter.hh') diff --git a/src/cpu/o3/sat_counter.hh b/src/cpu/o3/sat_counter.hh index 7e15119b0..7dd840f31 100644 --- a/src/cpu/o3/sat_counter.hh +++ b/src/cpu/o3/sat_counter.hh @@ -32,7 +32,7 @@ #define __CPU_O3_SAT_COUNTER_HH__ #include "base/misc.hh" -#include "sim/host.hh" +#include "base/types.hh" /** * Private counter class for the internal saturating counters. -- cgit v1.2.3