From 334bef4563f3df39bba87f73a11a35744dd0a4d1 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Mon, 4 Oct 2010 17:00:00 +0200 Subject: remove include guards using fixguard.py --- cppuhelper/source/weak.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cppuhelper/source/weak.cxx') 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 -#ifndef _CPPU_WEAKAGG_HXX_ #include -#endif -#ifndef _CPPU_HELPER_INTERFACECONTAINER_HXX_ #include -#endif #include "cppuhelper/exc_hlp.hxx" using namespace osl; -- cgit