summaryrefslogtreecommitdiff
path: root/cppu/source/helper
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-01-25 00:00:56 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-29 13:48:23 +0100
commit2660f132cc98c0fe14d5055a91a7cf126d5139f6 (patch)
tree03260ddac07fe55b5c3f4e6be68712217758a3ff /cppu/source/helper
parentbdf40cca40ddbea8c5c903f2695d6f958c87bb3b (diff)
tdf#42949 Fix IWYU warnings in cppu/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia1b2f0a9c99acc7ac538f3b41c1b6757d414db35 Reviewed-on: https://gerrit.libreoffice.org/66970 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cppu/source/helper')
-rw-r--r--cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx1
-rw-r--r--cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx b/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx
index ea935424abab..19c341f15d34 100644
--- a/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx
+++ b/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx
@@ -26,7 +26,6 @@
#include <sal/log.hxx>
#include <uno/environment.hxx>
#include <uno/dispatcher.h>
-#include <typelib/typedescription.h>
using namespace com::sun::star;
diff --git a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx
index a781ff1d7796..b6f5ffbe31aa 100644
--- a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx
+++ b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx
@@ -20,11 +20,9 @@
#include "Proxy.hxx"
-#include <sal/alloca.h>
#include <sal/log.hxx>
#include <uno/dispatcher.h>
#include <typelib/typedescription.hxx>
-#include <cppu/EnvDcp.hxx>
using namespace com::sun::star;