diff --git a/stdlib/public/CommandLineSupport/CommandLine.cpp b/stdlib/public/CommandLineSupport/CommandLine.cpp index 0919bced07e18..e1bc1e87df6bc 100644 --- a/stdlib/public/CommandLineSupport/CommandLine.cpp +++ b/stdlib/public/CommandLineSupport/CommandLine.cpp @@ -24,11 +24,7 @@ #include #include -#if __has_include() -#include -#else #include -#endif #include "swift/Runtime/Debug.h" #include "swift/Runtime/Win32.h" diff --git a/stdlib/public/stubs/Stubs.cpp b/stdlib/public/stubs/Stubs.cpp index 85f7e9107d9b8..f7d23cdfd8552 100644 --- a/stdlib/public/stubs/Stubs.cpp +++ b/stdlib/public/stubs/Stubs.cpp @@ -26,11 +26,7 @@ #define NOMINMAX #include #else // defined(_WIN32) -#if __has_include() -#include -#else #include -#endif #if __has_include() #include #endif