]> granicus.if.org Git - python/commitdiff
sync ordering of stddef.h includes with expat 2.1.1
authorBenjamin Peterson <benjamin@python.org>
Tue, 14 Jun 2016 06:41:19 +0000 (23:41 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 14 Jun 2016 06:41:19 +0000 (23:41 -0700)
Modules/expat/xmlrole.c
Modules/expat/xmltok.c

index 9a8f85dd2535e75c739fa1dfb8f8dc897ec34cf5..44772e21dd337b00e3fc53b1626721672ab08102 100644 (file)
@@ -2,6 +2,8 @@
    See the file COPYING for copying permission.
 */
 
+#include <stddef.h>
+
 #ifdef COMPILED_FROM_DSP
 #include "winconfig.h"
 #elif defined(MACOS_CLASSIC)
@@ -16,8 +18,6 @@
 #endif
 #endif /* ndef COMPILED_FROM_DSP */
 
-#include <stddef.h>
-
 #include "expat_external.h"
 #include "internal.h"
 #include "xmlrole.h"
index 205c07eb8480675999cf1245ef8ded35b5a220f7..bf09dfc72b9fc85384f06850284d21c96ebc1cfa 100644 (file)
@@ -2,6 +2,8 @@
    See the file COPYING for copying permission.
 */
 
+#include <stddef.h>
+
 #ifdef COMPILED_FROM_DSP
 #include "winconfig.h"
 #elif defined(MACOS_CLASSIC)
@@ -16,8 +18,6 @@
 #endif
 #endif /* ndef COMPILED_FROM_DSP */
 
-#include <stddef.h>
-
 #include "expat_external.h"
 #include "internal.h"
 #include "xmltok.h"