summaryrefslogtreecommitdiff
path: root/ace/Local_Name_Space_T.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-18 19:36:08 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-18 19:36:08 +0000
commit5fbcebae2aac019c70ac41773567237b6b3aa250 (patch)
tree87661d37946e3c241c4c64ec92e6927259ea4954 /ace/Local_Name_Space_T.h
parent22c40c7fb60067b5a04cd3957ecc9fd092ab875f (diff)
downloadATCD-5fbcebae2aac019c70ac41773567237b6b3aa250.tar.gz
moved #include of Local_Name_Space.h up because this file needs declaration of ACE_NS_String
Diffstat (limited to 'ace/Local_Name_Space_T.h')
-rw-r--r--ace/Local_Name_Space_T.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Local_Name_Space_T.h b/ace/Local_Name_Space_T.h
index ff165c0c66c..880ba0f6f82 100644
--- a/ace/Local_Name_Space_T.h
+++ b/ace/Local_Name_Space_T.h
@@ -24,6 +24,7 @@
#include "ace/Name_Space.h"
#include "ace/Naming_Context.h"
#include "ace/SString.h"
+#include "Local_Name_Space.h"
// A short-hand name for our set of name/value/type tuples passed back
// to callers.
@@ -244,7 +245,4 @@ private:
#pragma implementation ("Local_Name_Space_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-// Put this here to avoid circular include problems.
-#include "Local_Name_Space.h"
-
#endif /* ACE_LOCAL_NAME_SPACE_T_H */