Skip to content

Commit 2bde570

Browse files
author
Jeff Whitaker
committed
sf bug [ 1372239 ] Wrong ordering of include files
svn path=/trunk/matplotlib/; revision=2185
1 parent f8b3a34 commit 2bde570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
#include "Python.h"
12
#include <iostream>
23
#include <fstream>
34
#include <cmath>
45
#include <cstdio>
56
#include <png.h>
67
#include <string>
7-
#include "Python.h"
88

99
#ifdef NUMARRAY
1010
#include "numarray/arrayobject.h"

0 commit comments

Comments
 (0)