summaryrefslogtreecommitdiff
path: root/cppuhelper
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 /cppuhelper
parentb49099fd11b032ca0a2608c98e3cfff2ef9e1d7b (diff)
remove include guards using fixguard.py
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/factory.cxx2
-rw-r--r--cppuhelper/source/weak.cxx4
2 files changed, 0 insertions, 6 deletions
diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx
index 96faf2272231..b4d6848a0ad9 100644
--- a/cppuhelper/source/factory.cxx
+++ b/cppuhelper/source/factory.cxx
@@ -32,9 +32,7 @@
#include <cppuhelper/weak.hxx>
#include <cppuhelper/component.hxx>
#include <cppuhelper/factory.hxx>
-#ifndef _CPPUHELPER_IMPLBASE3_HXX
#include <cppuhelper/implbase3.hxx>
-#endif
#include <cppuhelper/typeprovider.hxx>
#include <rtl/unload.h>
diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx
index 27b94f6a4c34..e61670afc498 100644
--- a/cppuhelper/source/weak.cxx
+++ b/cppuhelper/source/weak.cxx
@@ -28,12 +28,8 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppuhelper.hxx"
#include <osl/mutex.hxx>
-#ifndef _CPPU_WEAKAGG_HXX_
#include <cppuhelper/weakagg.hxx>
-#endif
-#ifndef _CPPU_HELPER_INTERFACECONTAINER_HXX_
#include <cppuhelper/interfacecontainer.hxx>
-#endif
#include "cppuhelper/exc_hlp.hxx"
using namespace osl;