summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/IceE/Proxy.cpp')
-rw-r--r--cppe/src/IceE/Proxy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppe/src/IceE/Proxy.cpp b/cppe/src/IceE/Proxy.cpp
index 0f0c50412be..93081127db0 100644
--- a/cppe/src/IceE/Proxy.cpp
+++ b/cppe/src/IceE/Proxy.cpp
@@ -11,12 +11,12 @@
#include <IceE/ProxyFactory.h>
#include <IceE/Outgoing.h>
#include <IceE/Reference.h>
-#include <IceE/Endpoint.h>
#include <IceE/Instance.h>
-#include <IceE/RouterInfo.h>
-#include <IceE/LocatorInfo.h>
#include <IceE/BasicStream.h>
#include <IceE/LocalException.h>
+#ifndef ICEE_NO_ROUTER
+# include <IceE/RouterInfo.h>
+#endif
using namespace std;
using namespace IceE;