diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-13 22:22:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-13 22:22:56 +0000 |
commit | a4f7739e25aacb118526dd45eae76fcb1aee7020 (patch) | |
tree | e6b9f5a43f5520384dfb272bc1a9de73023a4efa /tests/Recursive_Mutex_Test.cpp | |
parent | da2f3321cb339df1a1e2a39e06ddb79de2fd8a89 (diff) | |
download | ATCD-a4f7739e25aacb118526dd45eae76fcb1aee7020.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Recursive_Mutex_Test.cpp')
-rw-r--r-- | tests/Recursive_Mutex_Test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Recursive_Mutex_Test.cpp b/tests/Recursive_Mutex_Test.cpp index e7bbef19fbf..46502986f70 100644 --- a/tests/Recursive_Mutex_Test.cpp +++ b/tests/Recursive_Mutex_Test.cpp @@ -18,11 +18,10 @@ // // ============================================================================ - +#include "test_config.h" #include "ace/Service_Config.h" #include "ace/Get_Opt.h" #include "ace/Synch.h" -#include "test_config.h" #if defined (ACE_HAS_THREADS) |