summaryrefslogtreecommitdiff
path: root/sd
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 /sd
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 'sd')
-rw-r--r--sd/inc/helper/simplereferencecomponent.hxx1
-rw-r--r--sd/source/filter/html/buttonset.hxx1
-rw-r--r--sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/sd/inc/helper/simplereferencecomponent.hxx b/sd/inc/helper/simplereferencecomponent.hxx
index 7604145dc133..795f176d6d35 100644
--- a/sd/inc/helper/simplereferencecomponent.hxx
+++ b/sd/inc/helper/simplereferencecomponent.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SD_INC_HELPER_SIMPLEREFERENCECOMPONENT_HXX
#include "osl/interlck.h"
-#include "sal/types.h"
#include <cstddef>
#include <new>
diff --git a/sd/source/filter/html/buttonset.hxx b/sd/source/filter/html/buttonset.hxx
index 86852f4e593f..8dc230b9e752 100644
--- a/sd/source/filter/html/buttonset.hxx
+++ b/sd/source/filter/html/buttonset.hxx
@@ -23,7 +23,6 @@
#include <sddllapi.h>
#include <rtl/ustring.hxx>
-#include <boost/scoped_ptr.hpp>
#include <vector>
class Image;
diff --git a/sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx b/sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx
index 0cae8ba72f65..de9ef2103fba 100644
--- a/sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx
+++ b/sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx
@@ -22,7 +22,6 @@
#include <sal/types.h>
#include <tools/gen.hxx>
-#include <boost/function.hpp>
namespace sd { namespace slidesorter { namespace model {