[libc++] Remove unused pair.h include from hypot.h (#106798)
This was added in #100820 by mistake since the final version of that PR didn't depend on std::pair anymore.
This commit is contained in:
parent
ba40737e81
commit
d9019d478d
@ -18,7 +18,6 @@
|
||||
#include <__type_traits/is_arithmetic.h>
|
||||
#include <__type_traits/is_same.h>
|
||||
#include <__type_traits/promote.h>
|
||||
#include <__utility/pair.h>
|
||||
#include <limits>
|
||||
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
|
||||
@ -132,7 +132,6 @@ chrono vector
|
||||
chrono version
|
||||
cinttypes cstdint
|
||||
cmath cstddef
|
||||
cmath cstdint
|
||||
cmath initializer_list
|
||||
cmath limits
|
||||
cmath type_traits
|
||||
|
||||
|
@ -132,7 +132,6 @@ chrono vector
|
||||
chrono version
|
||||
cinttypes cstdint
|
||||
cmath cstddef
|
||||
cmath cstdint
|
||||
cmath initializer_list
|
||||
cmath limits
|
||||
cmath type_traits
|
||||
|
||||
|
@ -133,7 +133,6 @@ chrono vector
|
||||
chrono version
|
||||
cinttypes cstdint
|
||||
cmath cstddef
|
||||
cmath cstdint
|
||||
cmath initializer_list
|
||||
cmath limits
|
||||
cmath type_traits
|
||||
|
||||
|
@ -133,7 +133,6 @@ chrono vector
|
||||
chrono version
|
||||
cinttypes cstdint
|
||||
cmath cstddef
|
||||
cmath cstdint
|
||||
cmath initializer_list
|
||||
cmath limits
|
||||
cmath type_traits
|
||||
|
||||
|
@ -138,7 +138,6 @@ chrono vector
|
||||
chrono version
|
||||
cinttypes cstdint
|
||||
cmath cstddef
|
||||
cmath cstdint
|
||||
cmath initializer_list
|
||||
cmath limits
|
||||
cmath type_traits
|
||||
|
||||
|
@ -85,7 +85,6 @@ chrono vector
|
||||
chrono version
|
||||
cinttypes cstdint
|
||||
cmath cstddef
|
||||
cmath cstdint
|
||||
cmath initializer_list
|
||||
cmath limits
|
||||
cmath version
|
||||
|
||||
|
@ -85,7 +85,6 @@ chrono vector
|
||||
chrono version
|
||||
cinttypes cstdint
|
||||
cmath cstddef
|
||||
cmath cstdint
|
||||
cmath initializer_list
|
||||
cmath limits
|
||||
cmath version
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user