Skip to content

Commit

Permalink
[libc++] Remove unused pair.h include from hypot.h
Browse files Browse the repository at this point in the history
This was added in #100820 by mistake since the final version of
that PR didn't depend on std::pair anymore.
  • Loading branch information
ldionne committed Aug 30, 2024
1 parent 57fe53c commit 428e67c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcxx/include/__math/hypot.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 428e67c

Please sign in to comment.