diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2020-06-05 23:32:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 14:32:09 -0700 |
commit | 45af786e111aed5f687e1f0d8b45b6a5e678a6bc (patch) | |
tree | 77b2e0614c3fce14b4a4cf11fce392ab52121b5e | |
parent | 235f918f44bb89e27190db2f1823d191dbd4ad28 (diff) | |
download | cpython-git-45af786e111aed5f687e1f0d8b45b6a5e678a6bc.tar.gz |
bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
-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 3589173edc..3e3139e499 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 |