summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/ObjectAdapter.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-07-05 17:09:52 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-07-05 17:09:52 +0000
commit2d785a494566c723ea29cb8a1841d3bded9f52b6 (patch)
tree9d9e80c637c6add4e6d58fec291f2c9ebb9a58ef /cppe/src/IceE/ObjectAdapter.cpp
parentFixed linux compile (diff)
downloadice-2d785a494566c723ea29cb8a1841d3bded9f52b6.tar.bz2
ice-2d785a494566c723ea29cb8a1841d3bded9f52b6.tar.xz
ice-2d785a494566c723ea29cb8a1841d3bded9f52b6.zip
cleaned up includes.
Diffstat (limited to 'cppe/src/IceE/ObjectAdapter.cpp')
-rw-r--r--cppe/src/IceE/ObjectAdapter.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/cppe/src/IceE/ObjectAdapter.cpp b/cppe/src/IceE/ObjectAdapter.cpp
index 3764093e2c0..ac31c07bf22 100644
--- a/cppe/src/IceE/ObjectAdapter.cpp
+++ b/cppe/src/IceE/ObjectAdapter.cpp
@@ -7,13 +7,11 @@
//
// **********************************************************************
-#include <IceE/UUID.h>
#include <IceE/ObjectAdapter.h>
+#include <IceE/UUID.h>
#include <IceE/Instance.h>
-#include <IceE/Proxy.h>
#include <IceE/ProxyFactory.h>
#include <IceE/ReferenceFactory.h>
-#include <IceE/Endpoint.h>
#include <IceE/EndpointFactory.h>
#include <IceE/IncomingConnectionFactory.h>
#include <IceE/OutgoingConnectionFactory.h>
@@ -28,9 +26,10 @@
#ifndef ICEE_NO_ROUTER
# include <IceE/RouterInfo.h>
# include <IceE/Router.h>
+# include <IceE/Endpoint.h>
#endif
#include <IceE/LoggerUtil.h>
-#include <IceE/Communicator.h>
+
#include <ctype.h>
using namespace std;