diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-24 12:20:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-06 10:40:37 +0100 |
commit | ed1ece19d4983ea47b296086aaa0ea91fe11935d (patch) | |
tree | ef7afbee40544a40a53863f0bfe42dc6cfc215b2 /cui/source/tabpages/tplneend.cxx | |
parent | 8e655ab1da7aa3325ceea3031cb9c0bc810444a4 (diff) |
tdf#42949 Fix IWYU warnings in cui/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I41ae36eb535cc64f4c4fa73333dbc8aa728865b7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85791
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cui/source/tabpages/tplneend.cxx')
-rw-r--r-- | cui/source/tabpages/tplneend.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/tplneend.cxx b/cui/source/tabpages/tplneend.cxx index 3119058f739f..d537b7ea1ac9 100644 --- a/cui/source/tabpages/tplneend.cxx +++ b/cui/source/tabpages/tplneend.cxx @@ -18,7 +18,6 @@ */ #include <tools/urlobj.hxx> -#include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <unotools/pathoptions.hxx> |