projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8898463
)
Include Python.h headers first in _isl.c
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 23 Jun 2014 07:01:16 +0000
(09:01 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 23 Jun 2014 07:01:16 +0000
(09:01 +0200)
pypol/_isl.c
patch
|
blob
|
history
diff --git
a/pypol/_isl.c
b/pypol/_isl.c
index
7441d46
..
fe29ec5
100644
(file)
--- a/
pypol/_isl.c
+++ b/
pypol/_isl.c
@@
-1,6
+1,6
@@
+#include <Python.h>
#include <stdlib.h>
-#include <Python.h>
#include <isl/constraint.h>
#include <isl/set.h>