Revert "[clang-tidy] Switch C headers to C++ ones"

This reverts commit 0344856d65.
This commit is contained in:
Paul Beckingham 2020-12-05 16:18:15 -05:00
parent 444e5955ac
commit 5502729131
16 changed files with 44 additions and 40 deletions

View file

@ -32,7 +32,7 @@
#ifdef FREEBSD
#define _WITH_GETLINE
#endif
#include <cstdio>
#include <stdio.h>
#include <unistd.h>
#include <sys/wait.h>
#include <sys/types.h>