summaryrefslogtreecommitdiff
path: root/src/_fastmath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/_fastmath.c')
-rw-r--r--src/_fastmath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_fastmath.c b/src/_fastmath.c
index 99b1c43..bd2651d 100644
--- a/src/_fastmath.c
+++ b/src/_fastmath.c
@@ -26,9 +26,9 @@
* $Id$
*/
+#include "Python.h"
#include <stdio.h>
#include <string.h>
-#include "Python.h"
#include "pycrypto_compat.h"
#include <longintrepr.h> /* for conversions */
#include "config.h"