mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 21:36:06 +00:00
Remove unneeded <algorithm> include in cmath.
It's a remnant from an earlier version of the lerp change and is unneeded. llvm-svn: 360098
This commit is contained in:
parent
39f1a97417
commit
ac6843cea2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user