summaryrefslogtreecommitdiff
path: root/ace/Local_Name_Space.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-01-29 05:25:51 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-01-29 05:25:51 +0000
commit11571f4d45e0613c2ad7969dd64d9361dc67b330 (patch)
tree7b2d958181d86518c625fbf5e276bc94285ec1ec /ace/Local_Name_Space.cpp
parent98587e8928b756269e5b3d9b50ddcbd98ffba7de (diff)
downloadATCD-11571f4d45e0613c2ad7969dd64d9361dc67b330.tar.gz
ChangeLogTag:Fri Jan 28 20:30:02 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Local_Name_Space.cpp')
-rw-r--r--ace/Local_Name_Space.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/ace/Local_Name_Space.cpp b/ace/Local_Name_Space.cpp
index 6cc578a7f8c..d7382c3266c 100644
--- a/ace/Local_Name_Space.cpp
+++ b/ace/Local_Name_Space.cpp
@@ -1,10 +1,7 @@
-#ifndef ACE_LOCAL_NAME_SPACE_CPP
-#define ACE_LOCAL_NAME_SPACE_CPP
-
-#include "ace/ACE.h"
#include "ace/Local_Name_Space.h"
-#include "ace/OS_NS_string.h"
#include "ace/RW_Process_Mutex.h"
+#include "ace/SString.h"
+#include "ace/OS_NS_string.h"
ACE_RCSID (ace,
Local_Name_Space,
@@ -215,4 +212,3 @@ template class ACE_Write_Guard<ACE_RW_Process_Mutex>;
#pragma instantiate ACE_Write_Guard<ACE_RW_Process_Mutex>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-#endif /* ACE_LOCAL_NAME_SPACE_CPP */