From ac6843cea25a797c4827346af3f465d43d74d69e Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Mon, 6 May 2019 23:14:31 +0000 Subject: [PATCH] Remove unneeded include in cmath. It's a remnant from an earlier version of the lerp change and is unneeded. llvm-svn: 360098 --- libcxx/include/cmath | 1 - 1 file changed, 1 deletion(-) diff --git a/libcxx/include/cmath b/libcxx/include/cmath index f618b1b..0f7018f 100644 --- a/libcxx/include/cmath +++ b/libcxx/include/cmath @@ -302,7 +302,6 @@ long double truncl(long double x); #include <__config> #include -#include #include #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) -- 2.7.4