summaryrefslogtreecommitdiff
path: root/include/comphelper/interfacecontainer2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/interfacecontainer2.hxx')
-rw-r--r--include/comphelper/interfacecontainer2.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/include/comphelper/interfacecontainer2.hxx b/include/comphelper/interfacecontainer2.hxx
index 22c1277e5fe0..f5907d205aa7 100644
--- a/include/comphelper/interfacecontainer2.hxx
+++ b/include/comphelper/interfacecontainer2.hxx
@@ -21,21 +21,16 @@
#include <sal/config.h>
-#include <cstddef>
-#include <functional>
#include <vector>
-#include <utility>
-#include <osl/diagnose.h>
-#include <osl/mutex.hxx>
-#include <rtl/alloc.h>
-#include <com/sun/star/uno/Sequence.hxx>
-#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/lang/EventObject.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <comphelper/comphelperdllapi.h>
+namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } }
+namespace osl { class Mutex; }
+
/** */ //for docpp
namespace comphelper
{