Remove unneeded <algorithm> include in cmath.
authorEric Fiselier <eric@efcs.ca>
Mon, 6 May 2019 23:14:31 +0000 (23:14 +0000)
committerEric Fiselier <eric@efcs.ca>
Mon, 6 May 2019 23:14:31 +0000 (23:14 +0000)
It's a remnant from an earlier version of the lerp change
and is unneeded.

llvm-svn: 360098

libcxx/include/cmath

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