From b99c2bd345a77d0784b222da69ff3a988cafa780 Mon Sep 17 00:00:00 2001 From: Daniela Engert Date: Sun, 23 May 2021 09:11:12 +0200 Subject: [PATCH] Remove deprecated `locale.h` from module interface unit --- src/fmt.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fmt.cc b/src/fmt.cc index 1dbe3cbe2cf8..7309f62de041 100644 --- a/src/fmt.cc +++ b/src/fmt.cc @@ -83,7 +83,6 @@ export module fmt; #include "fmt/args.h" #include "fmt/color.h" #include "fmt/compile.h" -#include "fmt/locale.h" #include "fmt/chrono.h" #include "fmt/printf.h" #include "fmt/wchar.h"