[libcxx-commits] [libcxx] r360098 - Remove unneeded <algorithm> include in cmath.

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 6 16:14:32 PDT 2019


Author: ericwf
Date: Mon May  6 16:14:31 2019
New Revision: 360098

URL: http://llvm.org/viewvc/llvm-project?rev=360098&view=rev
Log:
Remove unneeded <algorithm> include in cmath.

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

Modified:
    libcxx/trunk/include/cmath

Modified: libcxx/trunk/include/cmath
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/cmath?rev=360098&r1=360097&r2=360098&view=diff
==============================================================================
--- libcxx/trunk/include/cmath (original)
+++ libcxx/trunk/include/cmath Mon May  6 16:14:31 2019
@@ -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)




More information about the libcxx-commits mailing list