diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2020-06-05 21:32:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 21:32:09 (GMT) |
commit | 45af786e111aed5f687e1f0d8b45b6a5e678a6bc (patch) | |
tree | 77b2e0614c3fce14b4a4cf11fce392ab52121b5e /Modules/_randommodule.c | |
parent | 235f918f44bb89e27190db2f1823d191dbd4ad28 (diff) | |
download | cpython-45af786e111aed5f687e1f0d8b45b6a5e678a6bc.zip cpython-45af786e111aed5f687e1f0d8b45b6a5e678a6bc.tar.gz cpython-45af786e111aed5f687e1f0d8b45b6a5e678a6bc.tar.bz2 |
bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
Diffstat (limited to 'Modules/_randommodule.c')
-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 |