diff options
Diffstat (limited to 'src/python/swig/pyobject.hh')
-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); |