summaryrefslogtreecommitdiff
path: root/src/python/swig
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2010-11-19 18:00:39 -0600
committerAli Saidi <Ali.Saidi@ARM.com>2010-11-19 18:00:39 -0600
commite1b9a815dd34b8c2ff9db1225d3553eab287ba1b (patch)
tree3f71a4461ca57c215ba9abac0449fb251eb52e80 /src/python/swig
parent92655b6399df526c8fe69f3b566dc9c7761782e3 (diff)
downloadgem5-e1b9a815dd34b8c2ff9db1225d3553eab287ba1b.tar.xz
SCons: Support building without an ISA
Diffstat (limited to 'src/python/swig')
-rw-r--r--src/python/swig/pyobject.hh2
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);