Skip to content

Commit 21bdc0d

Browse files
committed
Revert introduction of stddef.h import
Idea by @picnixz
1 parent d1da6d6 commit 21bdc0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Modules/pyexpat.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#include <stdbool.h>
55
#include "structmember.h" // PyMemberDef
66
#include "frameobject.h"
7-
#include <stddef.h> // offsetof()
8-
97
#include "expat_config.h"
108
#include "expat.h"
119

0 commit comments

Comments
 (0)