diff options
| author | Eric Fiselier <eric@efcs.ca> | 2019-05-06 23:14:31 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2019-05-06 23:14:31 +0000 |
| commit | ac6843cea25a797c4827346af3f465d43d74d69e (patch) | |
| tree | d92809f7db1be8ace60f9aca16d972186d5a2b27 /libcxx | |
| parent | 39f1a97417eb70d5df19e5a11e445806df976437 (diff) | |
| download | bcm5719-llvm-ac6843cea25a797c4827346af3f465d43d74d69e.tar.gz bcm5719-llvm-ac6843cea25a797c4827346af3f465d43d74d69e.zip | |
Remove unneeded <algorithm> include in cmath.
It's a remnant from an earlier version of the lerp change
and is unneeded.
llvm-svn: 360098
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/include/cmath | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/cmath b/libcxx/include/cmath index f618b1bf467..0f7018f34e3 100644 --- a/libcxx/include/cmath +++ b/libcxx/include/cmath @@ -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) |

