Skip to content

Commit 06d49bb

Browse files
committed
sync ordering of stddef.h includes with expat 2.1.1
1 parent 393c759 commit 06d49bb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Modules/expat/xmlrole.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
See the file COPYING for copying permission.
33
*/
44

5+
#include <stddef.h>
6+
57
#ifdef COMPILED_FROM_DSP
68
#include "winconfig.h"
79
#elif defined(MACOS_CLASSIC)
@@ -16,8 +18,6 @@
1618
#endif
1719
#endif /* ndef COMPILED_FROM_DSP */
1820

19-
#include <stddef.h>
20-
2121
#include "expat_external.h"
2222
#include "internal.h"
2323
#include "xmlrole.h"

Modules/expat/xmltok.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
See the file COPYING for copying permission.
33
*/
44

5+
#include <stddef.h>
6+
57
#ifdef COMPILED_FROM_DSP
68
#include "winconfig.h"
79
#elif defined(MACOS_CLASSIC)
@@ -16,8 +18,6 @@
1618
#endif
1719
#endif /* ndef COMPILED_FROM_DSP */
1820

19-
#include <stddef.h>
20-
2121
#include "expat_external.h"
2222
#include "internal.h"
2323
#include "xmltok.h"

0 commit comments

Comments
 (0)