summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.h
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2024-02-20 16:50:43 (GMT)
committerGitHub <noreply@github.com>2024-02-20 16:50:43 (GMT)
commitd207c7cd5a8c0d3e5f6c5eb947243e4afcd718b0 (patch)
tree3c48d470b84dce1673490fb262e4733c105cd315 /Modules/socketmodule.h
parente976baba99a5c243ff3a3b5ef2fd14608a398338 (diff)
downloadcpython-d207c7cd5a8c0d3e5f6c5eb947243e4afcd718b0.zip
cpython-d207c7cd5a8c0d3e5f6c5eb947243e4afcd718b0.tar.gz
cpython-d207c7cd5a8c0d3e5f6c5eb947243e4afcd718b0.tar.bz2
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.
Diffstat (limited to 'Modules/socketmodule.h')
-rw-r--r--Modules/socketmodule.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h
index a7c592c..09fd70f 100644
--- a/Modules/socketmodule.h
+++ b/Modules/socketmodule.h
@@ -1,7 +1,5 @@
/* Socket module header file */
-#include "pycore_time.h" // PyTime_t
-
/* Includes needed for the sockaddr_* symbols below */
#ifndef MS_WINDOWS
#ifdef __VMS