[libcxx-commits] [libcxx] 859c924 - [libc++] Remove unnecessary header in enable_view.h (which caused a cycle)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 10 13:35:38 PDT 2021


Author: Louis Dionne
Date: 2021-06-10T16:35:30-04:00
New Revision: 859c924c5fd58865e824b02c8bea40e7cb55456e

URL: https://github.com/llvm/llvm-project/commit/859c924c5fd58865e824b02c8bea40e7cb55456e
DIFF: https://github.com/llvm/llvm-project/commit/859c924c5fd58865e824b02c8bea40e7cb55456e.diff

LOG: [libc++] Remove unnecessary header in enable_view.h (which caused a cycle)

Added: 
    

Modified: 
    libcxx/include/__ranges/enable_view.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__ranges/enable_view.h b/libcxx/include/__ranges/enable_view.h
index cc5c359fab04..0190710ee4d9 100644
--- a/libcxx/include/__ranges/enable_view.h
+++ b/libcxx/include/__ranges/enable_view.h
@@ -11,7 +11,6 @@
 #define _LIBCPP___RANGES_ENABLE_VIEW_H
 
 #include <__config>
-#include <__ranges/concepts.h>
 #include <concepts>
 
 


        


More information about the libcxx-commits mailing list