[Python-checkins] bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)

Erlend Egeberg Aasland webhook-mailer at python.org
Fri Jun 5 17:32:18 EDT 2020


https://github.com/python/cpython/commit/45af786e111aed5f687e1f0d8b45b6a5e678a6bc
commit: 45af786e111aed5f687e1f0d8b45b6a5e678a6bc
branch: master
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: GitHub <noreply at github.com>
date: 2020-06-05T14:32:09-07:00
summary:

bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)

files:
M Modules/_randommodule.c

diff --git a/Modules/_randommodule.c b/Modules/_randommodule.c
index 3589173edcb62..3e3139e4990cc 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



More information about the Python-checkins mailing list