mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #14387: Do not include accu.h from Python.h.
This commit is contained in:
parent
ab79c71f39
commit
0197ff97d0
5 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
/* List object implementation */
|
||||
|
||||
#include "Python.h"
|
||||
#include "accu.h"
|
||||
|
||||
#ifdef STDC_HEADERS
|
||||
#include <stddef.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue