diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-23 17:17:33 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-23 17:17:33 +0000 |
commit | a022a4e33b5d965781fd2b82ee33ada2444a0f7a (patch) | |
tree | f8c1b28b8e0805a1d454b7975d2cf5dbaa47ccb8 /TAO | |
parent | 6b4aadf41b2823b8c423346659358c735a3e11f8 (diff) | |
download | ATCD-a022a4e33b5d965781fd2b82ee33ada2444a0f7a.tar.gz |
typos
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tests/IDL_Test/namespace_check.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/IDL_Test/namespace_check.cpp b/TAO/tests/IDL_Test/namespace_check.cpp index feb5a4c09a9..fa0ab1fc406 100644 --- a/TAO/tests/IDL_Test/namespace_check.cpp +++ b/TAO/tests/IDL_Test/namespace_check.cpp @@ -23,7 +23,7 @@ #if defined (ACE_HAS_USING_KEYWORD) -#include reopened_modulesC.cpp -#include reopened_modulesS.cpp +#include "reopened_modulesC.cpp" +#include "reopened_modulesS.cpp" #endif /* ACE_HAS_USING_KEYWORD */ |