summaryrefslogtreecommitdiff
path: root/numpy/random/include/aligned_malloc.h
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-09-01 18:22:05 -0600
committerCharles Harris <charlesr.harris@gmail.com>2021-09-03 10:35:29 -0600
commita3e2b7c46d4c4025f4945e3e3ea207a00a63c499 (patch)
tree9d4048f5be195b965b211e603a674da13c7225c6 /numpy/random/include/aligned_malloc.h
parentc6ac4dab50dad3ee0936fb4b765cf4f441874d33 (diff)
downloadnumpy-a3e2b7c46d4c4025f4945e3e3ea207a00a63c499.tar.gz
MAIN: Minor include rationalization.
- Replace "Python.h" by <Python.h> - Replace "structmember.h" by <structmember.h> - Replace <npy_config> by "npy_config" - Define PY_SSIZE_T_CLEAN before all Python.h includes in .c files.
Diffstat (limited to 'numpy/random/include/aligned_malloc.h')
-rw-r--r--numpy/random/include/aligned_malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/include/aligned_malloc.h b/numpy/random/include/aligned_malloc.h
index ea24f6d23..43f68253d 100644
--- a/numpy/random/include/aligned_malloc.h
+++ b/numpy/random/include/aligned_malloc.h
@@ -1,7 +1,7 @@
#ifndef _RANDOMDGEN__ALIGNED_MALLOC_H_
#define _RANDOMDGEN__ALIGNED_MALLOC_H_
-#include "Python.h"
+#include <Python.h>
#include "numpy/npy_common.h"
#define NPY_MEMALIGN 16 /* 16 for SSE2, 32 for AVX, 64 for Xeon Phi */