From: Gabe Black Date: Mon, 23 Oct 2006 06:37:54 +0000 (-0400) Subject: Files in base shouldn't depend on things in sim. Changed "sim/host.hh" to X-Git-Tag: m5_2.0_beta2~80 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8973c605416e82f18470bedb0cc764a016d2bd8;p=gem5.git Files in base shouldn't depend on things in sim. Changed "sim/host.hh" to --HG-- extra : convert_revision : c1e46c012a26cdb0603416f8e8a99e0ecb1c09bc --- 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.