sw/qa/extras/layout/layout.cxx | 3 --- 1 file changed, 3 deletions(-) New commits: commit 0cb4818f079e5916e2abfb13a04599559dcfa796 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Thu Aug 26 21:54:43 2021 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Fri Aug 27 08:30:13 2021 +0200
sw: remove some unused includes See tdf#42949 for motivation. Change-Id: I7082c51ce73b69f27154fe7308df913a38973100 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121129 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx index 2eaea6a15c67..51dd08159730 100644 --- a/sw/qa/extras/layout/layout.cxx +++ b/sw/qa/extras/layout/layout.cxx @@ -13,8 +13,6 @@ #include <com/sun/star/linguistic2/XHyphenator.hpp> #include <com/sun/star/text/WrapTextMode.hpp> #include <comphelper/scopeguard.hxx> -#include <unotools/syslocaleoptions.hxx> -#include <i18nlangtag/languagetag.hxx> #include <vcl/event.hxx> #include <vcl/scheduler.hxx> #include <editeng/lrspitem.hxx> @@ -40,7 +38,6 @@ #include <ndtxt.hxx> #include <frmatr.hxx> #include <IDocumentSettingAccess.hxx> -#include <config_features.h> #include <unotxdoc.hxx> #include <rootfrm.hxx> #include <docsh.hxx>