Remove unneeded <algorithm> include in cmath.

It's a remnant from an earlier version of the lerp change
and is unneeded.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@360098 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2019-05-06 23:14:31 +00:00
parent 393b4899ba
commit da525f1a68

View File

@@ -302,7 +302,6 @@ long double truncl(long double x);
#include <__config> #include <__config>
#include <math.h> #include <math.h>
#include <algorithm>
#include <version> #include <version>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)