Skip to content

Commit 7871398

Browse files
committed
Remove unused #include
1 parent 203cb74 commit 7871398

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_sqlite/connection.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include "pycore_pyerrors.h" // _PyErr_ChainExceptions1()
3939
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
4040
#include "pycore_unicodeobject.h" // _PyUnicode_AsUTF8NoNUL
41-
#include "pycore_weakref.h"
4241

4342
#include <stdbool.h>
4443

0 commit comments

Comments
 (0)