summaryrefslogtreecommitdiff
path: root/TAO/tao/DLL_Parser.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
commitc20c95d4d526d887c9782960a3ff73f63c3c1c85 (patch)
treefd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/DLL_Parser.cpp
parent3d20d6aedf2b56b86fe2a386777c7afbf1c19c93 (diff)
downloadATCD-c20c95d4d526d887c9782960a3ff73f63c3c1c85.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/DLL_Parser.cpp')
-rw-r--r--TAO/tao/DLL_Parser.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/TAO/tao/DLL_Parser.cpp b/TAO/tao/DLL_Parser.cpp
index 4634f9759b7..a03030b8495 100644
--- a/TAO/tao/DLL_Parser.cpp
+++ b/TAO/tao/DLL_Parser.cpp
@@ -2,16 +2,19 @@
#include "DLL_Parser.h"
#include "Object_Loader.h"
-#include "tao/Object.h"
-#include "tao/Exception.h"
-#include "tao/Environment.h"
+#include "Object.h"
+#include "Environment.h"
+#include "ORB_Constants.h"
+
#include "ace/Dynamic_Service.h"
#if !defined(__ACE_INLINE__)
#include "DLL_Parser.i"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(tao, DLL_Parser, "$Id$")
+ACE_RCSID (tao,
+ DLL_Parser,
+ "$Id$")
TAO_DLL_Parser::~TAO_DLL_Parser (void)
{