Skip to content

Commit 360c668

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/cinderx/StaticPython [B]
Reviewed By: alexmalyshev Differential Revision: D78355383 fbshipit-source-id: 0a3b756cc0fe1df20662ad0a1f132d243a7db7c6
1 parent 1f44922 commit 360c668

4 files changed

Lines changed: 0 additions & 12 deletions

File tree

StaticPython/vtable.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
#include "cinderx/StaticPython/vtable.h"
44

5-
#include "cinderx/Jit/compiled_function.h"
6-
75
static void vtabledealloc(_PyType_VTable* op) {
86
PyObject_GC_UnTrack((PyObject*)op);
97
Py_XDECREF(op->vt_slotmap);

StaticPython/vtable_builder.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
#include "internal/pycore_object.h" // @donotremove
88
#include "internal/pycore_pystate.h"
9-
#include "structmember.h"
109

1110
#if PY_VERSION_HEX < 0x030C0000
1211
#include "cinder/exports.h"
@@ -18,7 +17,6 @@
1817
#include "cinderx/Common/dict.h"
1918
#include "cinderx/Common/func.h"
2019
#include "cinderx/Common/property.h"
21-
#include "cinderx/Common/py-portability.h"
2220
#include "cinderx/Common/string.h"
2321
#include "cinderx/Common/watchers.h"
2422
#include "cinderx/Jit/compiled_function.h"

StaticPython/vtable_defs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
#include "cinderx/Jit/compiled_function.h"
88
#include "cinderx/StaticPython/awaitable.h"
99
#include "cinderx/StaticPython/descrs.h"
10-
#include "cinderx/StaticPython/errors.h"
1110
#include "cinderx/StaticPython/functype.h"
1211
#include "cinderx/StaticPython/thunks.h"
1312
#include "cinderx/StaticPython/type.h"
14-
#include "cinderx/StaticPython/typed-args-info.h"
1513
#include "cinderx/StaticPython/typed_method_def.h"
1614
#include "cinderx/StaticPython/vtable.h"
1715

StaticPython/xxclassloader.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@
33
#include <Python.h>
44

55
#if PY_VERSION_HEX < 0x030C0000
6-
#include "cinder/exports.h"
76
#endif
87

9-
#include "internal/pycore_initconfig.h"
10-
#include "internal/pycore_interp.h"
11-
#include "internal/pycore_pystate.h" // _PyInterpreterState_GET()
12-
#include "structmember.h"
13-
148
#if PY_VERSION_HEX >= 0x030D0000
159
#include "internal/pycore_modsupport.h"
1610
#endif

0 commit comments

Comments
 (0)