Skip to content

Commit a09cd15

Browse files
committed
avoid SBOM alteration
1 parent cd040bf commit a09cd15

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Misc/sbom.spdx.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)