Skip to content

Commit

Permalink
Merge pull request #40 from jorisvandenbossche/numpy-includes
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Sep 10, 2019
2 parents 3d9e246 + b1ad8e3 commit e835114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ufuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#include <Python.h>
#include <math.h>

#include "numpy/ndarraytypes.h"
#include "numpy/ufuncobject.h"
#include "numpy/npy_3kcompat.h"
#include <numpy/ndarraytypes.h>
#include <numpy/ufuncobject.h>
#include <numpy/npy_3kcompat.h>

#include "geos.h"
#include "pygeom.h"
Expand Down

0 comments on commit e835114

Please sign in to comment.