mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)
This commit is contained in:
parent
48419a50b4
commit
89df5b73d0
3 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
||||||
#include <stddef.h> // ptrdiff_t
|
|
||||||
|
|
||||||
#include "parts.h"
|
#include "parts.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#include <stddef.h> // ptrdiff_t
|
|
||||||
|
|
||||||
#include "parts.h"
|
#include "parts.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#include <stddef.h> // ptrdiff_t
|
|
||||||
|
|
||||||
#include "parts.h"
|
#include "parts.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue