summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-05 15:55:27 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:12:52 +0200
commitbcdb4cc8666f55cd5998b42bab800bcb2e7d2f03 (patch)
treecc073e672182ebedcad8f84b4ace30a3a7b72a05 /bridges
parent334bef4563f3df39bba87f73a11a35744dd0a4d1 (diff)
more removed include guards using fixguard.py
Diffstat (limited to 'bridges')
-rw-r--r--bridges/inc/bridges/cpp_uno/bridge.hxx2
-rw-r--r--bridges/source/remote/urp/urp_bridgeimpl.hxx6
-rw-r--r--bridges/source/remote/urp/urp_property.hxx2
-rw-r--r--bridges/source/remote/urp/urp_propertyobject.hxx4
-rw-r--r--bridges/source/remote/urp/urp_unmarshal.hxx2
5 files changed, 0 insertions, 16 deletions
diff --git a/bridges/inc/bridges/cpp_uno/bridge.hxx b/bridges/inc/bridges/cpp_uno/bridge.hxx
index 9175adfb7858..cb332673b150 100644
--- a/bridges/inc/bridges/cpp_uno/bridge.hxx
+++ b/bridges/inc/bridges/cpp_uno/bridge.hxx
@@ -27,9 +27,7 @@
#ifndef _BRIDGES_CPP_UNO_BRIDGE_HXX_
#define _BRIDGES_CPP_UNO_BRIDGE_HXX_
-#ifndef _BRIDGES_CPP_UNO_BRIDGE_H_
#include <bridges/cpp_uno/bridge.h>
-#endif
#include <osl/mutex.hxx>
#include <rtl/process.h>
#include <rtl/ustrbuf.hxx>
diff --git a/bridges/source/remote/urp/urp_bridgeimpl.hxx b/bridges/source/remote/urp/urp_bridgeimpl.hxx
index 53d583bed48d..fc5374bfc069 100644
--- a/bridges/source/remote/urp/urp_bridgeimpl.hxx
+++ b/bridges/source/remote/urp/urp_bridgeimpl.hxx
@@ -33,19 +33,13 @@
#include <rtl/ustring.hxx>
#include <rtl/byteseq.hxx>
-#ifndef _UNO_THREADPOOL_H_
#include <uno/threadpool.h>
-#endif
#include <bridges/remote/bridgeimpl.hxx>
-#ifndef _URP_CACHE_HXX_
#include "urp_cache.hxx"
-#endif
#include "urp_marshal_decl.hxx"
-#ifndef _URP_REPLYCONTAINER_HXX_
#include "urp_replycontainer.hxx"
-#endif
#include "urp_property.hxx"
diff --git a/bridges/source/remote/urp/urp_property.hxx b/bridges/source/remote/urp/urp_property.hxx
index 59dbe3f22f93..b97e14190ea5 100644
--- a/bridges/source/remote/urp/urp_property.hxx
+++ b/bridges/source/remote/urp/urp_property.hxx
@@ -26,9 +26,7 @@
************************************************************************/
#ifndef _URP_PROPERTY_HXX_
#define _URP_PROPERTY_HXX_
-#ifndef _BRIDGES_REMOTE_REMOTE_H_
#include <bridges/remote/remote.h>
-#endif
#include <rtl/ustring.hxx>
#include <rtl/byteseq.hxx>
diff --git a/bridges/source/remote/urp/urp_propertyobject.hxx b/bridges/source/remote/urp/urp_propertyobject.hxx
index 3b6bd1824e27..2812587748b1 100644
--- a/bridges/source/remote/urp/urp_propertyobject.hxx
+++ b/bridges/source/remote/urp/urp_propertyobject.hxx
@@ -28,15 +28,11 @@
#include <osl/interlck.h>
#include <osl/mutex.hxx>
-#ifndef _OSL_CONDITN_H_
#include <osl/conditn.h>
-#endif
#include <rtl/string.hxx>
#include <uno/sequence2.h>
-#ifndef _BRIDGES_REMOTE_REMOTE_H_
#include <bridges/remote/remote.h>
-#endif
#include "urp_property.hxx"
namespace bridges_urp {
diff --git a/bridges/source/remote/urp/urp_unmarshal.hxx b/bridges/source/remote/urp/urp_unmarshal.hxx
index 60da3f2d8b95..2d25bbe783f3 100644
--- a/bridges/source/remote/urp/urp_unmarshal.hxx
+++ b/bridges/source/remote/urp/urp_unmarshal.hxx
@@ -33,9 +33,7 @@
#include <rtl/ustrbuf.hxx>
#include <bridges/remote/context.h>
-#ifndef _BRIDGES_REMOTE_HELPER_HXX_
#include <bridges/remote/helper.hxx>
-#endif
#include <com/sun/star/uno/Type.hxx>
#include "urp_bridgeimpl.hxx"