From: Benjamin Peterson <benjamin@python.org> Date: Tue, 14 Jun 2016 06:41:19 +0000 (-0700) Subject: sync ordering of stddef.h includes with expat 2.1.1 X-Git-Tag: v3.6.0a3~160^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06d49bb89584921d17f3309530fc9544ef5b88c3;p=python sync ordering of stddef.h includes with expat 2.1.1 --- diff --git a/Modules/expat/xmlrole.c b/Modules/expat/xmlrole.c index 9a8f85dd25..44772e21dd 100644 --- a/Modules/expat/xmlrole.c +++ b/Modules/expat/xmlrole.c @@ -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" diff --git a/Modules/expat/xmltok.c b/Modules/expat/xmltok.c index 205c07eb84..bf09dfc72b 100644 --- a/Modules/expat/xmltok.c +++ b/Modules/expat/xmltok.c @@ -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"