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