sw/source/ui/config/optcomp.cxx | 2 -- sw/source/ui/config/optload.cxx | 2 -- 2 files changed, 4 deletions(-)
New commits: commit 9b2c9d25bdd9c763078557e809cfacb5d760ffec Author: Caolán McNamara <[email protected]> AuthorDate: Sat Aug 31 13:45:01 2019 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Sat Aug 31 17:44:25 2019 +0200 drop some unnecessary includes Change-Id: I004b920e5eab5a848f30842c72399d96a6c033d5 Reviewed-on: https://gerrit.libreoffice.org/78349 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx index 07a7eed9f536..151216d337a6 100644 --- a/sw/source/ui/config/optcomp.cxx +++ b/sw/source/ui/config/optcomp.cxx @@ -34,13 +34,11 @@ #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> #include <sfx2/fcontnr.hxx> -#include <vcl/treelistentry.hxx> #include <IDocumentSettingAccess.hxx> #include <vector> #include <svtools/restartdialog.hxx> #include <comphelper/processfactory.hxx> #include <officecfg/Office/Compatibility.hxx> -#include <vcl/svlbitm.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 5ce9878d0403..b932724bd5b2 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -44,9 +44,7 @@ #include <svtools/insdlg.hxx> #include <svtools/unitconv.hxx> -#include <vcl/treelistentry.hxx> #include <tools/resary.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/settings.hxx> #include <comphelper/classids.hxx> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
