summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-15 21:23:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-16 10:26:53 +0100
commit477bfa9c974ec2cb4101881d0085edae39acd40b (patch)
tree2a53b04a6888908f02668551082f754a29a430fa /extensions
parentc1a8e151a10cce70079f3f9f7ba3c14d1cb37eaa (diff)
drop some unneeded includes
Change-Id: Ib4ea839a6fffa202a98472d47933efb0ff4fff20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86888 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/bibbeam.hxx1
-rw-r--r--extensions/source/bibliography/bibcont.hxx1
2 files changed, 0 insertions, 2 deletions
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"