[clang-tidy] Replace deprecated C headers
Found with modernize-deprecated-headers Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6868f888b2
commit
1f918159ed
@ -10,7 +10,7 @@
|
||||
|
||||
#include "format.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
|
||||
#include <cctype>
|
||||
#include <cerrno>
|
||||
|
@ -13,11 +13,11 @@
|
||||
# undef __STRICT_ANSI__
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <cerrno>
|
||||
#include <fcntl.h> // for O_RDONLY
|
||||
#include <locale.h> // for locale_t
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> // for strtod_l
|
||||
#include <clocale> // for locale_t
|
||||
#include <cstdio>
|
||||
#include <cstdlib> // for strtod_l
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user