diff --git a/src/CXX/cxxextensions.c b/src/CXX/cxxextensions.c index 28a8e1d38..cfab556f0 100644 --- a/src/CXX/cxxextensions.c +++ b/src/CXX/cxxextensions.c @@ -37,7 +37,7 @@ #include "CXX/WrapPython.h" #if PY_MAJOR_VERSION == 2 -#include "Src/Python2/cxxextensions.c" +#include "Python2/cxxextensions.c" #else -#include "Src/Python3/cxxextensions.c" +#include "Python3/cxxextensions.c" #endif diff --git a/src/CXX/cxxsupport.cxx b/src/CXX/cxxsupport.cxx index 1f2fb432d..946e60dc0 100644 --- a/src/CXX/cxxsupport.cxx +++ b/src/CXX/cxxsupport.cxx @@ -37,7 +37,7 @@ #include "CXX/WrapPython.h" #if PY_MAJOR_VERSION == 2 -#include "Src/Python2/cxxsupport.cxx" +#include "Python2/cxxsupport.cxx" #else -#include "Src/Python3/cxxsupport.cxx" +#include "Python3/cxxsupport.cxx" #endif