bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)

This commit is contained in:
Erlend Egeberg Aasland 2020-06-05 23:32:09 +02:00 committed by GitHub
parent 235f918f44
commit 45af786e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,6 @@
/* ---------------------------------------------------------------*/
#include "Python.h"
#include "pycore_byteswap.h" // _Py_bswap32()
#ifdef HAVE_PROCESS_H
# include <process.h> // getpid()
#endif