diff options
author | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-05-18 21:42:20 +0000 |
---|---|---|
committer | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-05-18 21:42:20 +0000 |
commit | 109aeb5baa86f5862abb5c33790dbeaf99e7a801 (patch) | |
tree | 8e7ae730ac8cdcb084fc30734de28c259913ea67 /ACE/tests/Get_Opt_Test.cpp | |
parent | b9169a076712b74a068dfae4cba89ece5ecaf48d (diff) | |
download | ATCD-109aeb5baa86f5862abb5c33790dbeaf99e7a801.tar.gz |
ChangeLogTag: Tue May 18 21:34:34 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'ACE/tests/Get_Opt_Test.cpp')
-rw-r--r-- | ACE/tests/Get_Opt_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Get_Opt_Test.cpp b/ACE/tests/Get_Opt_Test.cpp index 8acabb3a131..819c4830e66 100644 --- a/ACE/tests/Get_Opt_Test.cpp +++ b/ACE/tests/Get_Opt_Test.cpp @@ -14,12 +14,12 @@ // // ============================================================================ -#include "tests/test_config.h" +#include "test_config.h" #include "ace/Get_Opt.h" #include "ace/ARGV.h" #include "ace/SString.h" #include "ace/OS_NS_stdlib.h" -#include "tests/test_config.h" +#include "test_config.h" ACE_RCSID(tests, Get_Opt_Test, "$Id$") |