summaryrefslogtreecommitdiff
path: root/ace/Lib_Find.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-06-01 22:23:08 +0000
committerSteve Huston <shuston@riverace.com>2004-06-01 22:23:08 +0000
commit1edd6515c9e4153953e769c29ae2f0f0e150ea57 (patch)
tree1e4057808d1a07e6bd7ebbd4292ea41ff09164e8 /ace/Lib_Find.cpp
parent2316e784b78e54d0af4c6db0b14283c901fb7349 (diff)
downloadATCD-1edd6515c9e4153953e769c29ae2f0f0e150ea57.tar.gz
ChangeLogTag:Tue Jun 1 18:31:44 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Lib_Find.cpp')
-rw-r--r--ace/Lib_Find.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Lib_Find.cpp b/ace/Lib_Find.cpp
index 1a99fad9796..8b634773273 100644
--- a/ace/Lib_Find.cpp
+++ b/ace/Lib_Find.cpp
@@ -15,10 +15,10 @@
#endif /* ACE_WIN32 */
#if defined (ACE_OPENVMS)
-#include "descrip.h"
-#include "chfdef.h"
-#include "stsdef.h"
-#include "libdef.h"
+#include /**/ "descrip.h"
+#include /**/ "chfdef.h"
+#include /**/ "stsdef.h"
+#include /**/ "libdef.h"
extern "C" int LIB$FIND_IMAGE_SYMBOL(...);
#endif