diff options
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/swig/pyobject.cc | 4 | ||||
-rw-r--r-- | src/python/swig/pyobject.hh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/python/swig/pyobject.cc b/src/python/swig/pyobject.cc index 85a303b43..79d7c3581 100644 --- a/src/python/swig/pyobject.cc +++ b/src/python/swig/pyobject.cc @@ -36,8 +36,8 @@ #include "base/output.hh" #include "config/the_isa.hh" #if THE_ISA != NULL_ISA -#include "dev/etherdevice.hh" -#include "dev/etherobject.hh" +#include "dev/net/etherdevice.hh" +#include "dev/net/etherobject.hh" #endif #include "mem/ruby/slicc_interface/AbstractController.hh" #include "mem/mem_object.hh" diff --git a/src/python/swig/pyobject.hh b/src/python/swig/pyobject.hh index ea2948826..6147e4bd9 100644 --- a/src/python/swig/pyobject.hh +++ b/src/python/swig/pyobject.hh @@ -31,7 +31,7 @@ #include <Python.h> #include "base/types.hh" -#include "dev/etherint.hh" +#include "dev/net/etherint.hh" #include "sim/serialize.hh" #include "sim/sim_object.hh" |