Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
STY: Remove duplicate #include.
  • Loading branch information
charris committed Jul 14, 2012
1 parent 423ddfb commit 9e5efde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions numpy/core/src/multiarray/nditer_pywrap.c
Expand Up @@ -13,10 +13,7 @@
#define NPY_NO_DEPRECATED_API NPY_API_VERSION
#define _MULTIARRAYMODULE
#include <numpy/arrayobject.h>
#include <npy_pycompat.h>

#include "npy_config.h"

#include "npy_pycompat.h"

typedef struct NewNpyArrayIterObject_tag NewNpyArrayIterObject;
Expand Down

0 comments on commit 9e5efde

Please sign in to comment.