summaryrefslogtreecommitdiff
path: root/math/py-numeric/files/patch-Src_umathmodule.c
blob: b773065933b2044c773d646abcd2aa0463fb8bc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Src/umathmodule.c.orig	Wed Jan 12 12:45:18 2005
+++ Src/umathmodule.c	Wed Jan 12 12:45:29 2005
@@ -1,9 +1,9 @@
 
+#include <math.h>
 #include "Python.h"
 #include "Numeric/arrayobject.h"
 #include "Numeric/ufuncobject.h"
 #include "abstract.h"
-#include <math.h>
 
 #ifndef CHAR_BIT
 #define CHAR_BIT 8