Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f9aa5b

Browse files
committed
Move numpy_cpp header into files that need it.
1 parent e70c9d2 commit 9f9aa5b

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/_backend_agg_wrapper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "mplutils.h"
2+
#include "numpy_cpp.h"
23
#include "py_converters.h"
34
#include "_backend_agg.h"
45

src/_image_wrapper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "mplutils.h"
22
#include "_image_resample.h"
33
#include "_image.h"
4+
#include "numpy_cpp.h"
45
#include "py_converters.h"
56

67

src/py_converters.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*/
1515

1616
#include <Python.h>
17-
#include "numpy_cpp.h"
1817
#include "_backend_agg_basic_types.h"
1918

2019
extern "C" {

0 commit comments

Comments
 (0)