summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2014-11-10 16:43:39 +0100
committerRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2014-11-11 13:47:57 +0000
commit4f3ed49d3cb48a4167dc174275f87a804a3a1bcd (patch)
treecd2f4731dc4b44242047f39babcf251ed9479e0f /sw
parentc244d8fee1382d0705dc911895bed4078d1e71cb (diff)
iwyu: remove unneeded includes in sc, sd, sw
Remove only include for files where iwyu does not suggest any includes to add. Change-Id: I58f3e956485ce058750c2635db9633736708d7f0 Reviewed-on: https://gerrit.libreoffice.org/12342 Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/access/accfrmobj.hxx1
-rw-r--r--sw/source/core/bastyp/tabcol.cxx1
-rw-r--r--sw/source/filter/html/htmlfld.hxx1
-rw-r--r--sw/source/filter/ww8/fields.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/access/accfrmobj.hxx b/sw/source/core/access/accfrmobj.hxx
index c53a6346f090..bfd188f79ad1 100644
--- a/sw/source/core/access/accfrmobj.hxx
+++ b/sw/source/core/access/accfrmobj.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SW_SOURCE_CORE_ACCESS_ACCFRMOBJ_HXX
#define INCLUDED_SW_SOURCE_CORE_ACCESS_ACCFRMOBJ_HXX
-#include <sal/types.h>
class SwAccessibleMap;
class SwFrm;
diff --git a/sw/source/core/bastyp/tabcol.cxx b/sw/source/core/bastyp/tabcol.cxx
index 9f7a59575598..2b2b9ea84f3f 100644
--- a/sw/source/core/bastyp/tabcol.cxx
+++ b/sw/source/core/bastyp/tabcol.cxx
@@ -19,7 +19,6 @@
#include "tabcol.hxx"
#include <limits.h>
-#include <osl/diagnose.h>
SwTabCols::SwTabCols( sal_uInt16 nSize ) :
nLeftMin( 0 ),
diff --git a/sw/source/filter/html/htmlfld.hxx b/sw/source/filter/html/htmlfld.hxx
index 8472fcf4b62f..36cfc9e07ca5 100644
--- a/sw/source/filter/html/htmlfld.hxx
+++ b/sw/source/filter/html/htmlfld.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SW_SOURCE_FILTER_HTML_HTMLFLD_HXX
#define INCLUDED_SW_SOURCE_FILTER_HTML_HTMLFLD_HXX
-#include <sal/config.h>
#define OOO_STRING_SW_HTML_FT_author "AUTHOR"
#define OOO_STRING_SW_HTML_FT_sender "SENDER"
diff --git a/sw/source/filter/ww8/fields.cxx b/sw/source/filter/ww8/fields.cxx
index 41c3929e0b1b..3363c29166bf 100644
--- a/sw/source/filter/ww8/fields.cxx
+++ b/sw/source/filter/ww8/fields.cxx
@@ -19,7 +19,6 @@
#include "fields.hxx"
#include <osl/diagnose.h>
-#include <sal/macros.h>
#include <stddef.h>
namespace ww