summaryrefslogtreecommitdiff
path: root/cppuhelper/qa/ifcontainer
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-06 20:59:05 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-14 13:36:03 +0100
commit7bad59533d506d58fb350f883c4deb67d7c011c5 (patch)
treec9d7c5dba59c0565123c0ec7500fe350e928fdcb /cppuhelper/qa/ifcontainer
parente1752970006e31d9557511a088c4cc19a6824a39 (diff)
tdf#42949 Fix IWYU warnings in cppuhelper/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I0eebd82b96d630da0597166cf87d398072607c13 Reviewed-on: https://gerrit.libreoffice.org/67473 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cppuhelper/qa/ifcontainer')
-rw-r--r--cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx
index 5df856146063..e7727cc5f2ce 100644
--- a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx
+++ b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx
@@ -19,14 +19,12 @@
#include <sal/types.h>
-#include <string.h>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
#include <com/sun/star/lang/XEventListener.hpp>
#include <cppuhelper/interfacecontainer.hxx>
-#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/propshlp.hxx>
@@ -34,8 +32,6 @@ using namespace com::sun::star;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
-class ContainerListener;
-
struct ContainerStats {
int m_nAlive;
int m_nDisposed;