diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-09-28 13:32:36 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-09-28 15:09:47 +0100 |
commit | 3ff029819c578ef942ae9c7b03308f54204aabed (patch) | |
tree | e9a9cdd62d1709c7fe686090d4d1e77a31d61c3f /comphelper/inc | |
parent | 706651b37fe2d0b50cde0ff950d2264b8174cf7e (diff) |
remove obsolete include guard
Diffstat (limited to 'comphelper/inc')
-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" |