From 5c7d315ded7bdb6cc5bd65daef091eefec512f2e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 21 May 2022 08:14:12 -0700 Subject: [PATCH] Remove locale.h --- CMakeLists.txt | 2 +- include/fmt/locale.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 include/fmt/locale.h diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d07bb4a..4033ddfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -218,7 +218,7 @@ endfunction() # Define the fmt library, its includes and the needed defines. add_headers(FMT_HEADERS args.h chrono.h color.h compile.h core.h format.h - format-inl.h locale.h os.h ostream.h printf.h ranges.h + format-inl.h os.h ostream.h printf.h ranges.h std.h xchar.h) if (FMT_MODULE) set(FMT_SOURCES src/fmt.cc) diff --git a/include/fmt/locale.h b/include/fmt/locale.h deleted file mode 100644 index 7571b526..00000000 --- a/include/fmt/locale.h +++ /dev/null @@ -1,2 +0,0 @@ -#include "xchar.h" -#warning fmt/locale.h is deprecated, include fmt/format.h or fmt/xchar.h instead