From 1f918159edded99c9c0cf005c96ecc12e4cc92b1 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 7 Nov 2019 13:10:32 -0800 Subject: [PATCH] [clang-tidy] Replace deprecated C headers Found with modernize-deprecated-headers Signed-off-by: Rosen Penev --- include/fmt/format-inl.h | 2 +- include/fmt/posix.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index a231ab1d..d9e37d20 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -10,7 +10,7 @@ #include "format.h" -#include +#include #include #include diff --git a/include/fmt/posix.h b/include/fmt/posix.h index 3ed3b055..0651f047 100644 --- a/include/fmt/posix.h +++ b/include/fmt/posix.h @@ -13,11 +13,11 @@ # undef __STRICT_ANSI__ #endif -#include +#include #include // for O_RDONLY -#include // for locale_t -#include -#include // for strtod_l +#include // for locale_t +#include +#include // for strtod_l #include