summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-06-01 19:20:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-06-02 15:36:56 +0200
commit4f80109ddbb14b52c6a7927bb9ab597f4649f8dd (patch)
tree4b480e80475d083c1c1cc4d87ec4bd557a5308f1 /include
parent87bd93779380ea2bc31c369aca584791b3f4d352 (diff)
drop some unneeded includes
Change-Id: I13019ae1b991b5910c50e760a8a825bcf50509d2 Reviewed-on: https://gerrit.libreoffice.org/73336 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/IwyuFilter_include.yaml4
-rw-r--r--include/formula/formdata.hxx2
-rw-r--r--include/formula/funcutl.hxx5
3 files changed, 0 insertions, 11 deletions
diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index 353cc15d3233..2b69670aaeee 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -272,10 +272,6 @@ blacklist:
include/vcl/FilterConfigItem.hxx:
# Needed on Windows with --disable-pch
- com/sun/star/beans/PropertyValue.hpp
- include/vcl/builderfactory.hxx:
- # Needed for macros
- - vcl/builder.hxx
- - vcl/vclptr.hxx
include/vcl/decoview.hxx:
# Full definition needed for VclPtr
- vcl/outdev.hxx
diff --git a/include/formula/formdata.hxx b/include/formula/formdata.hxx
index e910bd64300f..1df42c2e9508 100644
--- a/include/formula/formdata.hxx
+++ b/include/formula/formdata.hxx
@@ -24,8 +24,6 @@
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <tools/gen.hxx>
-#include <vcl/vclptr.hxx>
-#include <vcl/window.hxx>
namespace formula
{
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx
index 7686181b40f2..7809db0b91a8 100644
--- a/include/formula/funcutl.hxx
+++ b/include/formula/funcutl.hxx
@@ -23,13 +23,8 @@
#include <formula/formuladllapi.h>
#include <rtl/ustring.hxx>
#include <tools/link.hxx>
-#include <tools/wintypes.hxx>
-#include <vcl/button.hxx>
-#include <vcl/edit.hxx>
#include <vcl/idle.hxx>
-#include <vcl/image.hxx>
#include <vcl/weld.hxx>
-#include <vcl/vclptr.hxx>
class KeyEvent;