]> granicus.if.org Git - python/commitdiff
Include Python.h first.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 23 Nov 2002 09:16:19 +0000 (09:16 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 23 Nov 2002 09:16:19 +0000 (09:16 +0000)
Modules/bz2module.c

index ffd17431f8445e5a496c569551bbbb55fafc79cc..f358de7e91956e4b11be450344ec414aca9b7040 100644 (file)
@@ -7,9 +7,9 @@ Copyright (c) 2002  Python Software Foundation; All Rights Reserved
 
 */
 
+#include "Python.h"
 #include <stdio.h>
 #include <bzlib.h>
-#include "Python.h"
 #include "structmember.h"
 
 #ifdef WITH_THREAD