From: Erlend Egeberg Aasland Date: Fri, 5 Jun 2020 21:32:09 +0000 (+0200) Subject: bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635) X-Git-Tag: v3.10.0a1~709 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45af786e111aed5f687e1f0d8b45b6a5e678a6bc;p=thirdparty%2FPython%2Fcpython.git bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635) --- diff --git a/Modules/_randommodule.c b/Modules/_randommodule.c index 3589173edcb6..3e3139e4990c 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 // getpid() #endif