vcl/source/font/font.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a9f82c7c6ac645dd9263b435dbc7695951a70098
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Mar 2 11:16:47 2021 +0100
Commit:     Stephan Bergmann <sberg...@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 <sberg...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to