]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Fri, 5 Jun 2020 21:32:09 +0000 (23:32 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Jun 2020 21:32:09 +0000 (14:32 -0700)
Modules/_randommodule.c

index 3589173edcb62017e52ff20989502d4a0760d263..3e3139e4990cc35fe099136be27c518338b9e94c 100644 (file)
@@ -67,7 +67,6 @@
 /* ---------------------------------------------------------------*/
 
 #include "Python.h"
-#include "pycore_byteswap.h"      // _Py_bswap32()
 #ifdef HAVE_PROCESS_H
 #  include <process.h>            // getpid()
 #endif