mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-102650: Remove duplicate include directives from multiple source files (#102651)
Remove duplicate include directives from multiple source files
This commit is contained in:
parent
2d370da570
commit
85ba8a3e03
5 changed files with 2 additions and 8 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#include "pycore_moduleobject.h" // _PyModule_GetState()
|
||||
#include "pycore_pyerrors.h" // _PyErr_SetString()
|
||||
#include "pycore_pystate.h" // _PyThreadState_GET()
|
||||
#include "pycore_signal.h"
|
||||
#include "pycore_signal.h" // Py_NSIG
|
||||
|
||||
#ifndef MS_WINDOWS
|
||||
# include "posixmodule.h"
|
||||
|
|
@ -28,8 +28,6 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#include "pycore_signal.h" // Py_NSIG
|
||||
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
# include <signal.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue