summaryrefslogtreecommitdiff
path: root/stoc/source/loader
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-04 17:00:00 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:12:51 +0200
commit334bef4563f3df39bba87f73a11a35744dd0a4d1 (patch)
tree0a4fe9742bd353938254e6ed485af9c214d35879 /stoc/source/loader
parentb49099fd11b032ca0a2608c98e3cfff2ef9e1d7b (diff)
remove include guards using fixguard.py
Diffstat (limited to 'stoc/source/loader')
-rw-r--r--stoc/source/loader/dllcomponentloader.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/stoc/source/loader/dllcomponentloader.cxx b/stoc/source/loader/dllcomponentloader.cxx
index d50f209718ed..26899e5d7bd1 100644
--- a/stoc/source/loader/dllcomponentloader.cxx
+++ b/stoc/source/loader/dllcomponentloader.cxx
@@ -42,9 +42,7 @@
#include <cppuhelper/factory.hxx>
#include <cppuhelper/shlib.hxx>
#include <cppuhelper/implbase3.hxx>
-#ifndef _CPPUHELPER_IMPLEMENTATIONENTRY_HXX__
#include <cppuhelper/implementationentry.hxx>
-#endif
#include <cppuhelper/bootstrap.hxx>
#include <com/sun/star/loader/XImplementationLoader.hpp>