summaryrefslogtreecommitdiff
path: root/TAO/tao/DLL_ORB.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-08 20:34:32 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-08 20:34:32 +0000
commitbbf2483c36614c7c78189a95d401caca48a7fe7b (patch)
treeb77b4d11a7dbcac0468039dc144580f3f04594de /TAO/tao/DLL_ORB.cpp
parentbfdd2d82074db132f2e38ae756959ba2e1f72a80 (diff)
downloadATCD-bbf2483c36614c7c78189a95d401caca48a7fe7b.tar.gz
ChangeLogTag:Fri Feb 8 12:33:29 2002 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/DLL_ORB.cpp')
-rw-r--r--TAO/tao/DLL_ORB.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/DLL_ORB.cpp b/TAO/tao/DLL_ORB.cpp
index 62ed79c9018..1cbdf9370f3 100644
--- a/TAO/tao/DLL_ORB.cpp
+++ b/TAO/tao/DLL_ORB.cpp
@@ -1,10 +1,12 @@
// -*- C++ -*-
-#include "ace/ARGV.h"
-#include "ace/Dynamic_Service.h"
#include "tao/DLL_ORB.h"
#include "tao/TAO_Singleton_Manager.h"
+#include "tao/Environment.h"
+
#include "tao/debug.h"
+#include "ace/ARGV.h"
+#include "ace/Dynamic_Service.h"
ACE_RCSID (tao,
DLL_ORB,