From bd1cac5a9656741ad1b54df1fb740b989b77b78f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 25 Nov 2018 15:39:35 +0000 Subject: drop some unnecessary includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4a45110e69fc76ff5b12e014586a0684c3737dfe Reviewed-on: https://gerrit.libreoffice.org/64000 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/uibase/inc/break.hxx | 4 ---- sw/source/uibase/inc/column.hxx | 5 ----- sw/source/uibase/inc/labimp.hxx | 5 ----- sw/source/uibase/inc/num.hxx | 8 -------- sw/source/uibase/inc/outline.hxx | 13 ------------- sw/source/uibase/inc/rowht.hxx | 5 +---- sw/source/uibase/inc/wrap.hxx | 3 --- 7 files changed, 1 insertion(+), 42 deletions(-) (limited to 'sw/source/uibase/inc') diff --git a/sw/source/uibase/inc/break.hxx b/sw/source/uibase/inc/break.hxx index 096f13fbb0c7..65d129fa0eef 100644 --- a/sw/source/uibase/inc/break.hxx +++ b/sw/source/uibase/inc/break.hxx @@ -21,10 +21,6 @@ #define INCLUDED_SW_SOURCE_UIBASE_INC_BREAK_HXX #include -#include -#include -#include -#include #include class SwWrtShell; diff --git a/sw/source/uibase/inc/column.hxx b/sw/source/uibase/inc/column.hxx index 52f890cc0899..ca92ca48b32d 100644 --- a/sw/source/uibase/inc/column.hxx +++ b/sw/source/uibase/inc/column.hxx @@ -20,11 +20,6 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_COLUMN_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_COLUMN_HXX -#include -#include -#include -#include -#include #include #include #include diff --git a/sw/source/uibase/inc/labimp.hxx b/sw/source/uibase/inc/labimp.hxx index dcda10e01f22..273f9c992ed5 100644 --- a/sw/source/uibase/inc/labimp.hxx +++ b/sw/source/uibase/inc/labimp.hxx @@ -20,11 +20,6 @@ #define INCLUDED_SW_SOURCE_UIBASE_INC_LABIMP_HXX #include -#include -#include -#include -#include -#include #include "label.hxx" #include "labimg.hxx" diff --git a/sw/source/uibase/inc/num.hxx b/sw/source/uibase/inc/num.hxx index 5554cdf2f4a6..dcd92d8fd8e3 100644 --- a/sw/source/uibase/inc/num.hxx +++ b/sw/source/uibase/inc/num.hxx @@ -20,14 +20,6 @@ #define INCLUDED_SW_SOURCE_UIBASE_INC_NUM_HXX #include -#include -#include -#include -#include -#include -#include -#include -#include #include "numprevw.hxx" #include diff --git a/sw/source/uibase/inc/outline.hxx b/sw/source/uibase/inc/outline.hxx index c77970db5072..f57ce394cbf7 100644 --- a/sw/source/uibase/inc/outline.hxx +++ b/sw/source/uibase/inc/outline.hxx @@ -21,19 +21,6 @@ #include #include - -#include - -#include - -#include - -#include - -#include - -#include - #include #include "numprevw.hxx" #include "numberingtypelistbox.hxx" diff --git a/sw/source/uibase/inc/rowht.hxx b/sw/source/uibase/inc/rowht.hxx index fdcb6438badb..58439eb89d38 100644 --- a/sw/source/uibase/inc/rowht.hxx +++ b/sw/source/uibase/inc/rowht.hxx @@ -19,10 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_ROWHT_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_ROWHT_HXX -#include -#include -#include -#include +#include class SwWrtShell; diff --git a/sw/source/uibase/inc/wrap.hxx b/sw/source/uibase/inc/wrap.hxx index 048e18929c04..7b397a797e2e 100644 --- a/sw/source/uibase/inc/wrap.hxx +++ b/sw/source/uibase/inc/wrap.hxx @@ -21,9 +21,6 @@ #include #include -#include -#include -#include namespace vcl { class Window; } class SfxItemSet; -- cgit