diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 30c420d9794..93107baba1b 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -1,6 +1,6 @@ +#include "Python.h" #include -#include "Python.h" #include "compile.h" #include "frameobject.h" #ifdef HAVE_EXPAT_H