diff options
-rw-r--r-- | Modules/_randommodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_randommodule.c b/Modules/_randommodule.c index 3589173..3e3139e 100644 --- a/Modules/_randommodule.c +++ b/Modules/_randommodule.c @@ -67,7 +67,6 @@ /* ---------------------------------------------------------------*/ #include "Python.h" -#include "pycore_byteswap.h" // _Py_bswap32() #ifdef HAVE_PROCESS_H # include <process.h> // getpid() #endif |