diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-24 13:13:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-02-24 17:48:16 +0100 |
commit | 17a10ec717440d4e84d34a6134cc06e685213b21 (patch) | |
tree | d79438f869495c756576f6e8b45929a447611c62 /vcl | |
parent | e827cb144ee9886134a946c7a3b316f9eeb83168 (diff) |
Removed duplicated include
Change-Id: Ie6aac80ed560ad49dd2167afa965a768aac0818b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111482
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 bdc2c8f0095d..2f092dfbd2a6 100644 --- a/vcl/source/font/font.cxx +++ b/vcl/source/font/font.cxx @@ -37,7 +37,6 @@ #include <rtl/instance.hxx> #include <vcl/TypeSerializer.hxx> -#include <vcl/svapp.hxx> #ifdef _WIN32 #include <vcl/metric.hxx> |