diff options
Diffstat (limited to 'src/python/swig/pyobject.cc')
-rw-r--r-- | src/python/swig/pyobject.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/swig/pyobject.cc b/src/python/swig/pyobject.cc index eaa8baa8b..7847a6f3a 100644 --- a/src/python/swig/pyobject.cc +++ b/src/python/swig/pyobject.cc @@ -41,8 +41,8 @@ #if FULL_SYSTEM #include "dev/etherdevice.hh" -#include "dev/etherobject.hh" #include "dev/etherint.hh" +#include "dev/etherobject.hh" #endif using namespace std; |