diff options
Diffstat (limited to 'include/comphelper/multiinterfacecontainer3.hxx')
-rw-r--r-- | include/comphelper/multiinterfacecontainer3.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/comphelper/multiinterfacecontainer3.hxx b/include/comphelper/multiinterfacecontainer3.hxx index a9abdd5f77b0..d11684f417f7 100644 --- a/include/comphelper/multiinterfacecontainer3.hxx +++ b/include/comphelper/multiinterfacecontainer3.hxx @@ -21,16 +21,10 @@ #include <sal/config.h> #include <com/sun/star/lang/EventObject.hpp> -#include <com/sun/star/lang/DisposedException.hpp> -#include <comphelper/comphelperdllapi.h> #include <comphelper/interfacecontainer3.hxx> #include <memory> #include <vector> -namespace com::sun::star::uno -{ -class XInterface; -} namespace osl { class Mutex; |