[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Mar 3 07:51:26 UTC 2021
vcl/source/font/font.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a9f82c7c6ac645dd9263b435dbc7695951a70098
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Mar 2 11:16:47 2021 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Mar 3 08:50:37 2021 +0100
Remove unused include
...introduced with 16901e4ccad95d55d4ae0fa2d6f6103b4177592e "Simplify static
string generation" for std::iota, which in turn was removed again with
ccb101abd46e1d632d18b30226a6bffed7a66381 "call to consteval function is not a
constant expression (HAVE_CPP_CONSTEVAL)"
Change-Id: Id923f32c853f51971fa3f70f003ac1e411cb8a5a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111818
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/vcl/source/font/font.cxx b/vcl/source/font/font.cxx
index 3996eec947ef..d79658894a5b 100644
--- a/vcl/source/font/font.cxx
+++ b/vcl/source/font/font.cxx
@@ -33,7 +33,6 @@
#include <sft.hxx>
#include <algorithm>
-#include <numeric>
#include <string_view>
#include <rtl/instance.hxx>
More information about the Libreoffice-commits
mailing list