diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 17:00:00 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:12:51 +0200 |
commit | 334bef4563f3df39bba87f73a11a35744dd0a4d1 (patch) | |
tree | 0a4fe9742bd353938254e6ed485af9c214d35879 /stoc/source/namingservice | |
parent | b49099fd11b032ca0a2608c98e3cfff2ef9e1d7b (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'stoc/source/namingservice')
-rw-r--r-- | stoc/source/namingservice/namingservice.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx index 26ced6e8e973..e82aa70c821a 100644 --- a/stoc/source/namingservice/namingservice.cxx +++ b/stoc/source/namingservice/namingservice.cxx @@ -38,9 +38,7 @@ #include <cppuhelper/factory.hxx> #include <cppuhelper/component.hxx> #include <cppuhelper/implbase2.hxx> -#ifndef _CPPUHELPER_IMPLEMENTATIONENTRY_HXX_ #include <cppuhelper/implementationentry.hxx> -#endif #include <com/sun/star/uno/XNamingService.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> |