mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
This commit is contained in:
parent
53afa6d239
commit
71c23d4473
14 changed files with 3 additions and 12 deletions
|
@ -98,6 +98,7 @@
|
|||
#include "descrobject.h"
|
||||
#include "warnings.h"
|
||||
#include "weakrefobject.h"
|
||||
#include "structseq.h"
|
||||
|
||||
#include "codecs.h"
|
||||
#include "pyerrors.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue