diff options
-rw-r--r-- | comphelper/inc/comphelper/processfactory.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/processfactory.hxx b/comphelper/inc/comphelper/processfactory.hxx index b20d7302241d..6f608ccd6839 100644 --- a/comphelper/inc/comphelper/processfactory.hxx +++ b/comphelper/inc/comphelper/processfactory.hxx @@ -29,9 +29,7 @@ #ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #define _COMPHELPER_PROCESSFACTORY_HXX_ -#if ! defined(_COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HXX_) -#include "com/sun/star/uno/XComponentContext.hpp" -#endif +#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/Sequence.hxx> #include "comphelper/comphelperdllapi.h" |