From e1b9a815dd34b8c2ff9db1225d3553eab287ba1b Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 19 Nov 2010 18:00:39 -0600 Subject: SCons: Support building without an ISA --- src/python/swig/pyobject.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/python') 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 #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); -- cgit v1.2.3