commit | 45af786e111aed5f687e1f0d8b45b6a5e678a6bc | [log] [tgz] |
---|---|---|
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | Fri Jun 05 23:32:09 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 05 14:32:09 2020 -0700 |
tree | 77b2e0614c3fce14b4a4cf11fce392ab52121b5e | |
parent | 235f918f44bb89e27190db2f1823d191dbd4ad28 [diff] |
bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
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