diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp index d981d137cf1ba..f2d3fa0b0d6b7 100644 --- a/libcxx/src/locale.cpp +++ b/libcxx/src/locale.cpp @@ -34,10 +34,6 @@ # define _CTYPE_DISABLE_MACROS #endif -#if __has_include("") -# include -#endif - #include "include/atomic_support.h" #include "include/sso_allocator.h"