From 45af786e111aed5f687e1f0d8b45b6a5e678a6bc Mon Sep 17 00:00:00 2001 From: Erlend Egeberg Aasland Date: Fri, 5 Jun 2020 23:32:09 +0200 Subject: [PATCH] bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635) --- Modules/_randommodule.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3