mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
This commit is contained in:
parent
235f918f44
commit
45af786e11
1 changed files with 0 additions and 1 deletions
|
|
@ -67,7 +67,6 @@
|
|||
/* ---------------------------------------------------------------*/
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_byteswap.h" // _Py_bswap32()
|
||||
#ifdef HAVE_PROCESS_H
|
||||
# include <process.h> // getpid()
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue