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