summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/ObjectAdapterFactory.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/src/IceE/ObjectAdapterFactory.h
parentFixed linux compile (diff)
downloadice-2d785a494566c723ea29cb8a1841d3bded9f52b6.tar.bz2
ice-2d785a494566c723ea29cb8a1841d3bded9f52b6.tar.xz
ice-2d785a494566c723ea29cb8a1841d3bded9f52b6.zip
cleaned up includes.
Diffstat (limited to 'cppe/src/IceE/ObjectAdapterFactory.h')
-rw-r--r--cppe/src/IceE/ObjectAdapterFactory.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/cppe/src/IceE/ObjectAdapterFactory.h b/cppe/src/IceE/ObjectAdapterFactory.h
index 3dd8c5c7d3c..887ad9e626e 100644
--- a/cppe/src/IceE/ObjectAdapterFactory.h
+++ b/cppe/src/IceE/ObjectAdapterFactory.h
@@ -10,14 +10,14 @@
#ifndef ICEE_OBJECT_ADAPTER_FACTORY_H
#define ICEE_OBJECT_ADAPTER_FACTORY_H
-#include <IceE/Shared.h>
-#include <IceE/Mutex.h>
-#include <IceE/Monitor.h>
-
-#include <IceE/ObjectAdapterF.h>
-#include <IceE/ProxyF.h>
-#include <IceE/CommunicatorF.h>
-#include <IceE/InstanceF.h>
+#include <IceE/ObjectAdapterF.h>
+#include <IceE/ProxyF.h>
+#include <IceE/CommunicatorF.h>
+#include <IceE/InstanceF.h>
+
+#include <IceE/Shared.h>
+#include <IceE/Mutex.h>
+#include <IceE/Monitor.h>
namespace IceEInternal
{