summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/ObjectAdapter.h
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/include/IceE/ObjectAdapter.h
parentFixed linux compile (diff)
downloadice-2d785a494566c723ea29cb8a1841d3bded9f52b6.tar.bz2
ice-2d785a494566c723ea29cb8a1841d3bded9f52b6.tar.xz
ice-2d785a494566c723ea29cb8a1841d3bded9f52b6.zip
cleaned up includes.
Diffstat (limited to 'cppe/include/IceE/ObjectAdapter.h')
-rwxr-xr-xcppe/include/IceE/ObjectAdapter.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/cppe/include/IceE/ObjectAdapter.h b/cppe/include/IceE/ObjectAdapter.h
index 8371a74d347..5847a76a7b4 100755
--- a/cppe/include/IceE/ObjectAdapter.h
+++ b/cppe/include/IceE/ObjectAdapter.h
@@ -10,9 +10,6 @@
#ifndef ICEE_OBJECT_ADAPTER_H
#define ICEE_OBJECT_ADAPTER_H
-#include <IceE/Shared.h>
-#include <IceE/RecMutex.h>
-#include <IceE/Monitor.h>
#include <IceE/ObjectAdapterF.h>
#include <IceE/InstanceF.h>
#include <IceE/ObjectAdapterFactoryF.h>
@@ -21,11 +18,15 @@
#include <IceE/ServantManagerF.h>
#include <IceE/ProxyF.h>
#include <IceE/ObjectF.h>
-#include <IceE/Exception.h>
#include <IceE/EndpointF.h>
#include <IceE/RouterF.h>
#include <IceE/LocatorF.h>
#include <IceE/LocatorInfoF.h>
+
+#include <IceE/Exception.h>
+#include <IceE/Shared.h>
+#include <IceE/RecMutex.h>
+#include <IceE/Monitor.h>
#include <IceE/FacetMap.h>
#include <list>