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,10 +18,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <cerrno>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <errno.h>
#include <stdint.h>
#include "s3fs_logger.h"
#include "threadpoolman.h"