Skip to content

Commit d567ecc

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/eden/scm/contrib/chg
Reviewed By: dtolnay Differential Revision: D75934938 fbshipit-source-id: 344393555593e2d8ee0b81d748f632791ce54db4
1 parent 44a642f commit d567ecc

File tree

1 file changed

+0
-5
lines changed
  • eden/scm/contrib/chg

1 file changed

+0
-5
lines changed

eden/scm/contrib/chg/chg.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@
77
* GNU General Public License version 2 or any later version.
88
*/
99

10-
#include <assert.h>
1110
#include <errno.h>
1211
#include <fcntl.h>
13-
#include <signal.h>
1412
#include <stdio.h>
1513
#include <stdlib.h>
1614
#include <string.h>
17-
#include <sys/file.h>
1815
#include <sys/resource.h>
1916
#include <sys/stat.h>
20-
#include <sys/types.h>
21-
#include <sys/un.h>
2217
#include <sys/wait.h>
2318
#include <time.h>
2419
#include <unistd.h>

0 commit comments

Comments
 (0)