We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863f059 commit b21871eCopy full SHA for b21871e
.gitignore
@@ -4,7 +4,8 @@
4
build
5
dist
6
MANIFEST
7
-*.c !datetime_helper.c
+*.c
8
+!datetime_helper.c
9
*.cpp
10
*.so
11
*.pyd
pandas/src/datetime_helper.c
@@ -9,7 +9,6 @@
#include <time.h>
#include <numpy/arrayobject.h>
12
-
13
#include "numpy/npy_3kcompat.h"
14
15
#include "numpy/arrayscalars.h"
0 commit comments