Skip to content

Commit 68aa010

Browse files
committed
Remove no-longer needed include
1 parent 7ca6858 commit 68aa010

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/pwdmodule.c

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

1010
#include "Python.h"
1111
#include "posixmodule.h"
12-
#include "listobject.h" // PyList_Size/PyList_GetItem
1312

1413
#include <errno.h> // ERANGE
1514
#include <pwd.h> // getpwuid()

0 commit comments

Comments
 (0)