diff options
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2014-11-10 16:43:39 +0100 |
---|---|---|
committer | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2014-11-11 13:47:57 +0000 |
commit | 4f3ed49d3cb48a4167dc174275f87a804a3a1bcd (patch) | |
tree | cd2f4731dc4b44242047f39babcf251ed9479e0f /sd/inc/helper | |
parent | c244d8fee1382d0705dc911895bed4078d1e71cb (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/inc/helper')
-rw-r--r-- | sd/inc/helper/simplereferencecomponent.hxx | 1 |
1 files changed, 0 insertions, 1 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> |