Skip to content

Commit 40e7e68

Browse files
committed
Remove stupid IDE imports.
1 parent b702da2 commit 40e7e68

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Modules/_testcapimodule.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515
#include "frameobject.h" // PyFrame_New()
1616
#include "marshal.h" // PyMarshal_WriteLongToFile()
17-
#include "pyerrors.h"
18-
#include "pylifecycle.h"
19-
#include "pystate.h"
2017

2118
#include <float.h> // FLT_MAX
2219
#include <signal.h>

Python/pylifecycle.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "pycore_freelist.h" // _PyObject_ClearFreeLists()
1414
#include "pycore_global_objects_fini_generated.h" // _PyStaticObjects_CheckRefcnt()
1515
#include "pycore_initconfig.h" // _PyStatus_OK()
16-
#include "pycore_interp_structs.h"
1716
#include "pycore_interpolation.h" // _PyInterpolation_InitTypes()
1817
#include "pycore_long.h" // _PyLong_InitTypes()
1918
#include "pycore_object.h" // _PyDebug_PrintTotalRefs()
@@ -37,7 +36,6 @@
3736
#include "pycore_weakref.h" // _PyWeakref_GET_REF()
3837

3938
#include "opcode.h"
40-
#include "pyerrors.h"
4139

4240
#include <locale.h> // setlocale()
4341
#include <stdlib.h> // getenv()

0 commit comments

Comments
 (0)