Skip to content

Commit f1f2d90

Browse files
committed
Remove includes
1 parent 03b456e commit f1f2d90

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Objects/structseq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
*/
99

1010
#include "Python.h"
11-
#include "pycore_dict.h" // _PyDict_GetItemStringWithError()
1211
#include "pycore_tuple.h" // _PyTuple_FromArray()
1312
#include "pycore_object.h" // _PyObject_GC_TRACK()
1413

Python/codecs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Copyright (c) Corporation for National Research Initiatives.
1010

1111
#include "Python.h"
1212
#include "pycore_call.h" // _PyObject_CallNoArgs()
13-
#include "pycore_dict.h" // _PyDict_GetItemStringWithError()
1413
#include "pycore_interp.h" // PyInterpreterState.codec_search_path
1514
#include "pycore_pyerrors.h" // _PyErr_FormatNote()
1615
#include "pycore_pystate.h" // _PyInterpreterState_GET()

Python/import.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Module definition and import implementation */
22

33
#include "Python.h"
4-
#include "pycore_dict.h" // _PyDict_GetItemStringWithError()
54
#include "pycore_hashtable.h" // _Py_hashtable_new_full()
65
#include "pycore_import.h" // _PyImport_BootstrapImp()
76
#include "pycore_initconfig.h" // _PyStatus_OK()

0 commit comments

Comments
 (0)