[3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552) (GH-110553)

(cherry picked from commit 89df5b73d0)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
Serhiy Storchaka 2023-10-09 14:43:35 +03:00 committed by GitHub
parent 13ad1219c9
commit 5afac0cf8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,3 @@
#include <stddef.h> // ptrdiff_t
#define PY_SSIZE_T_CLEAN
#include "parts.h"
#include "util.h"

View file

@ -1,5 +1,3 @@
#include <stddef.h> // ptrdiff_t
#define PY_SSIZE_T_CLEAN
#include "parts.h"
#include "util.h"

View file

@ -1,5 +1,3 @@
#include <stddef.h> // ptrdiff_t
#include "parts.h"
#include "util.h"