gh-102650: Remove duplicate include directives from multiple source files (#102651)

Remove duplicate include directives from multiple source files
This commit is contained in:
chgnrdv 2023-03-13 22:25:17 +03:00 committed by GitHub
parent 2d370da570
commit 85ba8a3e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 8 deletions

View file

@ -13,7 +13,6 @@
#include "pycore_bytesobject.h" // _PyBytes_Repeat
#include "structmember.h" // PyMemberDef
#include <stddef.h> // offsetof()
#include <stddef.h>
/*[clinic input]
module array