From 2c73254b8c14ef1f52d2b045df94fa734b7269a6 Mon Sep 17 00:00:00 2001 From: Sean Perry Date: Mon, 13 Jan 2025 13:34:15 -0500 Subject: [PATCH] __cxx03 subdir was added by mistake --- libcxx/include/__cxx03/__config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/__cxx03/__config b/libcxx/include/__cxx03/__config index 3e8f181664c97..880d14a50a052 100644 --- a/libcxx/include/__cxx03/__config +++ b/libcxx/include/__cxx03/__config @@ -230,7 +230,7 @@ _LIBCPP_HARDENING_MODE_DEBUG # endif # if defined(__MVS__) -# include <__cxx03/features.h> // for __NATIVE_ASCII_F +# include // for __NATIVE_ASCII_F # endif # if defined(_WIN32)