diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-03-02 11:16:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-03-03 08:50:37 +0100 |
commit | a9f82c7c6ac645dd9263b435dbc7695951a70098 (patch) | |
tree | fadd4daed169fd7b2f8a9ec4841e88626fda64ee /vcl | |
parent | d203cf7ee45b54bd505704dc798ff04b5dac1592 (diff) |
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@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/font/font.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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> |