@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/pyerrors.h>
+#else
+#include <contrib/tools/python/src/Include/pyerrors.h>
+#endif
@@ -0,0 +1,5 @@
+#include <contrib/python/numpy/py3/numpy/core/include/numpy/_dtype_api.h>
+#error #include <contrib/python/numpy/py2/numpy/core/include/numpy/_dtype_api.h>
+#include <contrib/python/numpy/py3/numpy/core/include/numpy/experimental_dtype_api.h>
+#error #include <contrib/python/numpy/py2/numpy/core/include/numpy/experimental_dtype_api.h>
+#include <contrib/python/numpy/py3/numpy/core/src/common/common.hpp>
+#error #include <contrib/python/numpy/py2/numpy/core/src/common/common.hpp>
+#include <contrib/python/numpy/py3/numpy/core/src/npysort/simd_qsort.dispatch.cpp>
+#error #include <contrib/python/numpy/py2/numpy/core/src/npysort/simd_qsort.dispatch.cpp>
+#include <contrib/python/numpy/py3/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp>
+#error #include <contrib/python/numpy/py2/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp>
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/npysort/x86-qsort.dispatch.cpp>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/npysort/x86-qsort.dispatch.cpp>
-#endif
+#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_autovec.dispatch.c>
+#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_autovec.dispatch.c>
+#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_autovec.dispatch.h>
+#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_autovec.dispatch.h>
+#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_logical.dispatch.c>
+#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_logical.dispatch.c>