From 477bfa9c974ec2cb4101881d0085edae39acd40b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 15 Jan 2020 21:23:21 +0000 Subject: drop some unneeded includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib4ea839a6fffa202a98472d47933efb0ff4fff20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86888 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- extensions/source/bibliography/bibbeam.hxx | 1 - extensions/source/bibliography/bibcont.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'extensions/source') 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 #include #include -#include #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 -#include #include #include #include "bibshortcuthandler.hxx" -- cgit