diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx index 1641bd5f41cd..d626455f3a92 100644 --- a/include/sfx2/frame.hxx +++ b/include/sfx2/frame.hxx @@ -57,7 +57,6 @@ namespace com #include #include -#include #include #include #include diff --git a/include/svl/ctloptions.hxx b/include/svl/ctloptions.hxx index b8d503ec2952..d20a4f6cf4c5 100644 --- a/include/svl/ctloptions.hxx +++ b/include/svl/ctloptions.hxx @@ -21,8 +21,6 @@ #include #include -#include -#include #include class SvtCTLOptions_Impl; diff --git a/include/svl/languageoptions.hxx b/include/svl/languageoptions.hxx index 17d8767906e0..428e5ca79a22 100644 --- a/include/svl/languageoptions.hxx +++ b/include/svl/languageoptions.hxx @@ -21,8 +21,6 @@ #include #include -#include -#include #include #include #include diff --git a/include/svtools/accessibilityoptions.hxx b/include/svtools/accessibilityoptions.hxx index cd2cae45e1b6..5600008f9e1f 100644 --- a/include/svtools/accessibilityoptions.hxx +++ b/include/svtools/accessibilityoptions.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include diff --git a/include/svtools/colorcfg.hxx b/include/svtools/colorcfg.hxx index 8e79226aecb7..00f8293ad680 100644 --- a/include/svtools/colorcfg.hxx +++ b/include/svtools/colorcfg.hxx @@ -23,8 +23,6 @@ #include #include #include -#include -#include #include diff --git a/include/vcl/textdata.hxx b/include/vcl/textdata.hxx index 8fbc62fd8146..d918aecb3f37 100644 --- a/include/vcl/textdata.hxx +++ b/include/vcl/textdata.hxx @@ -21,7 +21,6 @@ #define INCLUDED_VCL_TEXTDATA_HXX #include -#include #include #include diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index 9de49885a45b..e516a967e7cf 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -23,7 +23,6 @@ #include "global.hxx" #include "address.hxx" #include -#include #include #include #include diff --git a/sc/source/ui/inc/AccessibleText.hxx b/sc/source/ui/inc/AccessibleText.hxx index d655e7e4b648..2658cd5d8ffe 100644 --- a/sc/source/ui/inc/AccessibleText.hxx +++ b/sc/source/ui/inc/AccessibleText.hxx @@ -24,6 +24,7 @@ #include "global.hxx" #include "viewdata.hxx" #include +#include #include diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 837d447f7d34..10bc05fed989 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -25,8 +25,8 @@ #include #include #include -#include +class SfxBroadcaster; class SwTxtFld; class SwRootFrm; class SwPostItMgr;