projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ed890
)
[libc++] Remove self-include from header file NFC
author
Weverything
<rtrieu@google.com>
Tue, 27 Dec 2022 23:23:28 +0000
(15:23 -0800)
committer
Weverything
<rtrieu@google.com>
Tue, 27 Dec 2022 23:29:29 +0000
(15:29 -0800)
libcxx/include/__type_traits/remove_cvref.h
patch
|
blob
|
history
diff --git
a/libcxx/include/__type_traits/remove_cvref.h
b/libcxx/include/__type_traits/remove_cvref.h
index faada28ae8b95cd2408873f1cf260078757183db..e96cc6523b71dd014b4feaa5c2c1c621edfe4eea 100644
(file)
--- 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)