[libc++] Remove unnecessary header in enable_view.h (which caused a cycle)
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 10 Jun 2021 20:35:17 +0000 (16:35 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 10 Jun 2021 20:35:30 +0000 (16:35 -0400)
libcxx/include/__ranges/enable_view.h

index cc5c359..0190710 100644 (file)
@@ -11,7 +11,6 @@
 #define _LIBCPP___RANGES_ENABLE_VIEW_H
 
 #include <__config>
-#include <__ranges/concepts.h>
 #include <concepts>