Skip to content

Commit 45af786

Browse files
author
Erlend Egeberg Aasland
authored
bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
1 parent 235f918 commit 45af786

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_randommodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
/* ---------------------------------------------------------------*/
6868

6969
#include "Python.h"
70-
#include "pycore_byteswap.h" // _Py_bswap32()
7170
#ifdef HAVE_PROCESS_H
7271
# include <process.h> // getpid()
7372
#endif

0 commit comments

Comments
 (0)