Skip to content

Commit a5d5315

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/eden/scm/sapling/cext
Reviewed By: dtolnay Differential Revision: D75435595 fbshipit-source-id: 4d34fcec48c0651ea1d29f4820c37034f98ec692
1 parent cf12774 commit a5d5315

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

eden/scm/sapling/cext/parsers.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
#define PY_SSIZE_T_CLEAN
1818
#include <Python.h> // @manual=fbsource//third-party/python:python
19-
#include <ctype.h>
2019
#include <stddef.h>
2120
#include <string.h>
2221

eden/scm/sapling/cext/revlog.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#define PY_SSIZE_T_CLEAN
1818
#include <Python.h> // @manual=fbsource//third-party/python:python
1919
#include <assert.h>
20-
#include <ctype.h>
2120
#include <stddef.h>
2221
#include <stdint.h>
2322
#include <string.h>

0 commit comments

Comments
 (0)