gh-110850: Cleanup pycore_time.h includes (#115724)

<pycore_time.h> include is no longer needed to get the PyTime_t type
in internal header files. This type is now provided by <Python.h>
include. Add <pycore_time.h> includes to C files instead.
This commit is contained in:
Victor Stinner 2024-02-20 17:50:43 +01:00 committed by GitHub
parent e976baba99
commit d207c7cd5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 28 additions and 17 deletions

View file

@ -23,6 +23,7 @@
#include "pycore_pylifecycle.h" // _PyOS_URandom()
#include "pycore_pystate.h" // _PyInterpreterState_GET()
#include "pycore_signal.h" // Py_NSIG
#include "pycore_time.h" // _PyLong_FromTime_t()
#ifdef HAVE_UNISTD_H
# include <unistd.h> // symlink()