8000
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 5749338 commit c2c03dfCopy full SHA for c2c03 10000 df
src/_png.cpp
@@ -11,10 +11,6 @@
11
*/
12
13
14
-#include "numpy_cpp.h"
15
-#include "mplutils.h"
16
-#include "file_compat.h"
17
-
18
extern "C" {
19
# include <png.h>
20
# ifdef _POSIX_C_SOURCE
@@ -24,6 +20,11 @@ extern "C" {
24
# undef _XOPEN_SOURCE
25
21
# endif
26
22
}
23
+
+#include "numpy_cpp.h"
+#include "mplutils.h"
+#include "file_compat.h"
27
28
# include <vector>
29
# include "Python.h"
30
0 commit comments