summaryrefslogtreecommitdiff
path: root/bridges/source/remote/urp
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/remote/urp')
-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
4 files changed, 0 insertions, 14 deletions
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"