Remove deprecated locale.h from module interface unit

This commit is contained in:
Daniela Engert 2021-05-23 09:11:12 +02:00 committed by Victor Zverovich
parent c04a24399a
commit b99c2bd345

View File

@ -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"