bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
This commit is contained in:
parent
235f918f44
commit
45af786e11
|
@ -67,7 +67,6 @@
|
||||||
/* ---------------------------------------------------------------*/
|
/* ---------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
#include "pycore_byteswap.h" // _Py_bswap32()
|
|
||||||
#ifdef HAVE_PROCESS_H
|
#ifdef HAVE_PROCESS_H
|
||||||
# include <process.h> // getpid()
|
# include <process.h> // getpid()
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue