Browse Source

sync ordering of stddef.h includes with expat 2.1.1

pull/40/head
Benjamin Peterson 10 years ago
parent
commit
06d49bb895
  1. 4
      Modules/expat/xmlrole.c
  2. 4
      Modules/expat/xmltok.c

4
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"

4
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"

Loading…
Cancel
Save