extensions/source/bibliography/bibbeam.hxx | 1 - extensions/source/bibliography/bibcont.hxx | 1 - sfx2/source/view/frame.cxx | 1 - sfx2/source/view/viewfrm.cxx | 1 - 4 files changed, 4 deletions(-)
New commits: commit 477bfa9c974ec2cb4101881d0085edae39acd40b Author: Caolán McNamara <[email protected]> AuthorDate: Wed Jan 15 21:23:21 2020 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Jan 16 10:26:53 2020 +0100 drop some unneeded includes Change-Id: Ib4ea839a6fffa202a98472d47933efb0ff4fff20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86888 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/extensions/source/bibliography/bibbeam.hxx b/extensions/source/bibliography/bibbeam.hxx index e2f2c8eade87..97d84339d52f 100644 --- a/extensions/source/bibliography/bibbeam.hxx +++ b/extensions/source/bibliography/bibbeam.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/awt/XControlModel.hpp> #include <com/sun/star/form/XForm.hpp> #include <com/sun/star/frame/XDispatchProviderInterception.hpp> -#include <vcl/splitwin.hxx> #include "toolbar.hxx" #include "formcontrolcontainer.hxx" #include "bibshortcuthandler.hxx" diff --git a/extensions/source/bibliography/bibcont.hxx b/extensions/source/bibliography/bibcont.hxx index 8574f36dc4ba..73b8f2c8ad16 100644 --- a/extensions/source/bibliography/bibcont.hxx +++ b/extensions/source/bibliography/bibcont.hxx @@ -21,7 +21,6 @@ #define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBCONT_HXX #include <com/sun/star/frame/XFrame.hpp> -#include <vcl/splitwin.hxx> #include <vcl/timer.hxx> #include <vcl/idle.hxx> #include "bibshortcuthandler.hxx" diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx index 945f6a5c027e..2606de10e688 100644 --- a/sfx2/source/view/frame.cxx +++ b/sfx2/source/view/frame.cxx @@ -31,7 +31,6 @@ #include <vcl/menu.hxx> #include <svl/intitem.hxx> -#include <vcl/splitwin.hxx> #include <svl/eitem.hxx> #include <svl/stritem.hxx> #include <tools/globname.hxx> diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 94964af0ca92..b56c66f94036 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -35,7 +35,6 @@ #include <officecfg/Office/Common.hxx> #include <officecfg/Setup.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <vcl/splitwin.hxx> #include <vcl/wrkwin.hxx> #include <unotools/moduleoptions.hxx> #include <svl/intitem.hxx> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
