mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Jack Jansen: Use include "" instead of <>; and staticforward declarations
This commit is contained in:
parent
e8d2d6b34c
commit
4f4b799b33
3 changed files with 5 additions and 5 deletions
|
@ -66,7 +66,7 @@ Unicode Integration Proposal (see file Misc/unicode.txt).
|
|||
|
||||
#include "mymath.h"
|
||||
#include "unicodeobject.h"
|
||||
#include <ucnhash.h>
|
||||
#include "ucnhash.h"
|
||||
|
||||
#if defined(HAVE_LIMITS_H)
|
||||
#include <limits.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue