From b4d36b5dcfc84b2aa8913ac69ad12077713cee84 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sat, 14 Apr 2018 22:31:33 +0200 Subject: remove some unused comphelper includes and fix the fallout Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359 Reviewed-on: https://gerrit.libreoffice.org/52894 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- include/comphelper/interaction.hxx | 1 - include/connectivity/ConnectionWrapper.hxx | 1 - include/sfx2/frame.hxx | 1 - include/svx/fmpage.hxx | 1 - include/svx/fmsearch.hxx | 1 - include/svx/fmtools.hxx | 1 - include/svx/fmview.hxx | 1 - include/toolkit/controls/geometrycontrolmodel.hxx | 1 - 8 files changed, 8 deletions(-) (limited to 'include') diff --git a/include/comphelper/interaction.hxx b/include/comphelper/interaction.hxx index c85e5c25dd92..84c0b528067e 100644 --- a/include/comphelper/interaction.hxx +++ b/include/comphelper/interaction.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_COMPHELPER_INTERACTION_HXX #define INCLUDED_COMPHELPER_INTERACTION_HXX -#include #include #include #include diff --git a/include/connectivity/ConnectionWrapper.hxx b/include/connectivity/ConnectionWrapper.hxx index f09a2d702e4d..14bc9e88d8c7 100644 --- a/include/connectivity/ConnectionWrapper.hxx +++ b/include/connectivity/ConnectionWrapper.hxx @@ -26,7 +26,6 @@ #include #include #include -#include #include #include diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx index 89d5a75c6586..dcec2b1ae037 100644 --- a/include/sfx2/frame.hxx +++ b/include/sfx2/frame.hxx @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include diff --git a/include/svx/fmpage.hxx b/include/svx/fmpage.hxx index 2605a6067517..f91893aa3bd0 100644 --- a/include/svx/fmpage.hxx +++ b/include/svx/fmpage.hxx @@ -22,7 +22,6 @@ #include #include -#include #include #include diff --git a/include/svx/fmsearch.hxx b/include/svx/fmsearch.hxx index 2d1b39439995..6eaafe82d6e2 100644 --- a/include/svx/fmsearch.hxx +++ b/include/svx/fmsearch.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SVX_FMSEARCH_HXX #include -#include #include #include #include diff --git a/include/svx/fmtools.hxx b/include/svx/fmtools.hxx index 0ba27ec0da52..239551e0c5b9 100644 --- a/include/svx/fmtools.hxx +++ b/include/svx/fmtools.hxx @@ -58,7 +58,6 @@ #include #include #include -#include #include #include diff --git a/include/svx/fmview.hxx b/include/svx/fmview.hxx index d0a7eb79836f..c47267f6a968 100644 --- a/include/svx/fmview.hxx +++ b/include/svx/fmview.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SVX_FMVIEW_HXX #include -#include #include namespace com { namespace sun { namespace star { diff --git a/include/toolkit/controls/geometrycontrolmodel.hxx b/include/toolkit/controls/geometrycontrolmodel.hxx index 16d8556bc7be..cf8ea9bdacd0 100644 --- a/include/toolkit/controls/geometrycontrolmodel.hxx +++ b/include/toolkit/controls/geometrycontrolmodel.hxx @@ -21,7 +21,6 @@ #define INCLUDED_TOOLKIT_CONTROLS_GEOMETRYCONTROLMODEL_HXX #include -#include #include #include #include -- cgit