diff options
author | Pauli Virtanen <pav@iki.fi> | 2012-06-11 22:21:30 +0200 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-07-13 10:03:33 -0600 |
commit | 423ddfb0484eecdf825209337b20ec929f038b6f (patch) | |
tree | e1b6e153acbbaa3197181429f2ac78ed2ddea505 /numpy/core/src/scalarmathmodule.c.src | |
parent | ce0a7912e2e909cae4c4d2fc6d9745a97d2161c2 (diff) | |
download | numpy-423ddfb0484eecdf825209337b20ec929f038b6f.tar.gz |
STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy_pycompat.h
npy_3kcompat.h is semi-private, so this can be done.
Diffstat (limited to 'numpy/core/src/scalarmathmodule.c.src')
-rw-r--r-- | numpy/core/src/scalarmathmodule.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/scalarmathmodule.c.src b/numpy/core/src/scalarmathmodule.c.src index d9f7abc4e..4b56c1510 100644 --- a/numpy/core/src/scalarmathmodule.c.src +++ b/numpy/core/src/scalarmathmodule.c.src @@ -13,7 +13,7 @@ #include "numpy/ufuncobject.h" #include "numpy/arrayscalars.h" -#include "numpy/npy_3kcompat.h" +#include "npy_pycompat.h" #include "numpy/halffloat.h" |