Skip to content

Commit d5e14d0

Browse files
committed
avoid SBOM alteration
1 parent cd040bf commit d5e14d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/expat/expat_external.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939

4040
#ifndef Expat_External_INCLUDED
4141
# define Expat_External_INCLUDED 1
42-
/* Required so that functions in expat.h are declared */
43-
#include "expat_config.h"
4442
/* Namespace external symbols to allow multiple libexpat version to
4543
co-exist. */
4644
#include "pyexpatns.h"

Modules/pyexpat.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
#include <stdbool.h>
1111
#include <stddef.h> // offsetof()
12+
13+
#include "expat_config.h"
1214
#include "expat.h"
1315
#include "pyexpat.h"
1416

0 commit comments

Comments
 (0)