diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2010-11-19 18:00:39 -0600 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2010-11-19 18:00:39 -0600 |
commit | e1b9a815dd34b8c2ff9db1225d3553eab287ba1b (patch) | |
tree | 3f71a4461ca57c215ba9abac0449fb251eb52e80 /src/python | |
parent | 92655b6399df526c8fe69f3b566dc9c7761782e3 (diff) | |
download | gem5-e1b9a815dd34b8c2ff9db1225d3553eab287ba1b.tar.xz |
SCons: Support building without an ISA
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/swig/pyobject.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/python/swig/pyobject.hh b/src/python/swig/pyobject.hh index b18a2a76c..ab22df864 100644 --- a/src/python/swig/pyobject.hh +++ b/src/python/swig/pyobject.hh @@ -31,10 +31,8 @@ #include <Python.h> #include "base/types.hh" -#include "cpu/base.hh" #include "sim/serialize.hh" #include "sim/sim_object.hh" -#include "sim/system.hh" extern "C" SimObject *convertSwigSimObjectPtr(PyObject *); SimObject *resolveSimObject(const std::string &name); |