Address clang-tidy modernize-deprecated-headers (#2370)

This commit is contained in:
Andrew Gaul
2023-11-19 10:00:16 +09:00
committed by GitHub
parent ec8caf64b8
commit 68bbfee8ea
15 changed files with 30 additions and 32 deletions

View File

@ -18,12 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cerrno>
#include <climits>
#include <memory>
#include <unistd.h>
#include <limits.h>
#include <sys/stat.h>
#include "common.h"