From a8973c605416e82f18470bedb0cc764a016d2bd8 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 23 Oct 2006 02:37:54 -0400 Subject: [PATCH] Files in base shouldn't depend on things in sim. Changed "sim/host.hh" to --HG-- extra : convert_revision : c1e46c012a26cdb0603416f8e8a99e0ecb1c09bc --- src/base/bitfield.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/bitfield.hh b/src/base/bitfield.hh index f4e49aa8d..879780d56 100644 --- a/src/base/bitfield.hh +++ b/src/base/bitfield.hh @@ -32,7 +32,7 @@ #ifndef __BASE_BITFIELD_HH__ #define __BASE_BITFIELD_HH__ -#include "sim/host.hh" +#include /** * Generate a 64-bit mask of 'nbits' 1s, right justified. -- 2.30.2