Skip to content

Commit 99fd1c5

Browse files
committed
[libc++][NFC] Don't add legacy transitive includes in <__chrono/duration.h>
1 parent c9e606b commit 99fd1c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libcxx/include/__chrono/duration.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,4 @@ _LIBCPP_END_NAMESPACE_STD
542542

543543
_LIBCPP_POP_MACROS
544544

545-
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
546-
# include <type_traits>
547-
#endif
548-
549545
#endif // _LIBCPP___CHRONO_DURATION_H

0 commit comments

Comments
 (0)