[libcxx-commits] [libcxx] 0c6e74f - [libc++] Remove self-include from header file NFC

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 27 15:59:34 PST 2022


Author: Weverything
Date: 2022-12-27T15:29:29-08:00
New Revision: 0c6e74fa744b0e6abe3614af55f4f9dd1fbc54b2

URL: https://github.com/llvm/llvm-project/commit/0c6e74fa744b0e6abe3614af55f4f9dd1fbc54b2
DIFF: https://github.com/llvm/llvm-project/commit/0c6e74fa744b0e6abe3614af55f4f9dd1fbc54b2.diff

LOG: [libc++] Remove self-include from header file NFC

Added: 
    

Modified: 
    libcxx/include/__type_traits/remove_cvref.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__type_traits/remove_cvref.h b/libcxx/include/__type_traits/remove_cvref.h
index faada28ae8b95..e96cc6523b71d 100644
--- a/libcxx/include/__type_traits/remove_cvref.h
+++ b/libcxx/include/__type_traits/remove_cvref.h
@@ -12,7 +12,6 @@
 #include <__config>
 #include <__type_traits/is_same.h>
 #include <__type_traits/remove_cv.h>
-#include <__type_traits/remove_cvref.h>
 #include <__type_traits/remove_reference.h>
 
 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)


        


More information about the libcxx-commits mailing list