From 488e6875e992e11601611a119476624822fc4635 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 25 Mar 2013 19:56:20 +0100 Subject: remove external include guards Change-Id: If5758e02baa8e019923355b6c97043b306223fdd --- cppuhelper/inc/cppuhelper/interfacecontainer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cppuhelper/inc') diff --git a/cppuhelper/inc/cppuhelper/interfacecontainer.h b/cppuhelper/inc/cppuhelper/interfacecontainer.h index 6e935f3f1936..774f900a8b26 100644 --- a/cppuhelper/inc/cppuhelper/interfacecontainer.h +++ b/cppuhelper/inc/cppuhelper/interfacecontainer.h @@ -24,13 +24,9 @@ #include #include #include -#ifndef _COM_SUN_STAR_LANG_EVENTOBJECT_HXX_ #include -#endif -#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HXX_ #include "com/sun/star/lang/DisposedException.hpp" -#endif #include "cppuhelperdllapi.h" /** */ //for docpp -- cgit