types: Move stuff for global types into src/base/types.hh

--HG--
rename : src/sim/host.hh => src/base/types.hh
This commit is contained in:
Nathan Binkert
2009-05-17 14:34:50 -07:00
parent cbf237897f
commit eef3a2e142
130 changed files with 141 additions and 141 deletions

View File

@@ -37,7 +37,7 @@
// import these files for SWIG to wrap
%include "stdint.i"
%include "std_string.i"
%include "sim/host.hh"
%include "base/types.hh"
class BaseCPU;