Files in base shouldn't depend on things in sim. Changed "sim/host.hh" to <inttypes.hh>
authorGabe Black <gblack@eecs.umich.edu>
Mon, 23 Oct 2006 06:37:54 +0000 (02:37 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 23 Oct 2006 06:37:54 +0000 (02:37 -0400)
--HG--
extra : convert_revision : c1e46c012a26cdb0603416f8e8a99e0ecb1c09bc

src/base/bitfield.hh

index f4e49aa8d0fb6b07cc3519dc311806100840703d..879780d5600c3cae37ecdf6874a41c4389194c83 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef __BASE_BITFIELD_HH__
 #define __BASE_BITFIELD_HH__
 
-#include "sim/host.hh"
+#include <inttypes.h>
 
 /**
  * Generate a 64-bit mask of 'nbits' 1s, right justified.