mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
bpo-40268: Remove unused osdefs.h includes (GH-19532)
When the include is needed, add required symbol in a comment.
This commit is contained in:
parent
d9ea5cae1d
commit
361dcdcefc
13 changed files with 18 additions and 20 deletions
|
@ -80,9 +80,9 @@
|
|||
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_initconfig.h" /* PyStatus */
|
||||
#include "pycore_pathconfig.h" /* _PyPathConfig */
|
||||
#include "osdefs.h"
|
||||
#include "pycore_initconfig.h" // PyStatus
|
||||
#include "pycore_pathconfig.h" // _PyPathConfig
|
||||
#include "osdefs.h" // SEP, ALTSEP
|
||||
#include <wchar.h>
|
||||
|
||||
#ifndef MS_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue