summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2022-08-07 22:24:56 +0300
committermattip <matti.picus@gmail.com>2022-08-21 18:26:10 +0300
commite9e8cee18ad6aa0b500a0188e239f260b71dfb78 (patch)
tree4fdc812dba57e56be643a043be9cd000da738187 /numpy/core/src/multiarray
parentf33e5790ee7fa338208749a052f129ff73e12404 (diff)
downloadnumpy-e9e8cee18ad6aa0b500a0188e239f260b71dfb78.tar.gz
rearrange headers to make npy_config.h only about config
Diffstat (limited to 'numpy/core/src/multiarray')
-rw-r--r--numpy/core/src/multiarray/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/core/src/multiarray/common.h b/numpy/core/src/multiarray/common.h
index a6c117745..3de8c842d 100644
--- a/numpy/core/src/multiarray/common.h
+++ b/numpy/core/src/multiarray/common.h
@@ -4,6 +4,10 @@
#include <structmember.h>
#include "numpy/npy_common.h"
#include "numpy/ndarraytypes.h"
+#include "npy_cpu_features.h"
+#include "npy_cpu_dispatch.h"
+#include "numpy/npy_cpu.h"
+
#include "npy_import.h"
#include <limits.h>