Skip to content

Commit 428e67c

Browse files
committed
[libc++] Remove unused pair.h include from hypot.h
This was added in llvm#100820 by mistake since the final version of that PR didn't depend on std::pair anymore.
1 parent 57fe53c commit 428e67c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/__math/hypot.h

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <__type_traits/is_arithmetic.h>
1919
#include <__type_traits/is_same.h>
2020
#include <__type_traits/promote.h>
21-
#include <__utility/pair.h>
2221
#include <limits>
2322

2423
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)

0 commit comments

Comments
 (0)