From 813f76fe497821a1591073b0d8bb743fa92dff73 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Thu, 4 Jun 2020 22:51:52 +0200 Subject: [PATCH] bpo-40867: Remove unused include from Module/_randommodule.c --- Modules/_randommodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/_randommodule.c b/Modules/_randommodule.c index 3589173edcb620..3e3139e4990cc3 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