summaryrefslogtreecommitdiff
path: root/ACE/tests/Recursive_Condition_Bug_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@users.noreply.github.com>2016-10-31 16:30:31 +0100
committerGitHub <noreply@github.com>2016-10-31 16:30:31 +0100
commit8390b59170b1b66bdda62f2c0bd544fb8baf8b6b (patch)
tree592d4c3e0feb26a13c6285ae208f272d4a660e60 /ACE/tests/Recursive_Condition_Bug_Test.cpp
parentbd5aaab0e6022781ff8fdb383ea75ae3ecc3b17d (diff)
downloadATCD-8390b59170b1b66bdda62f2c0bd544fb8baf8b6b.tar.gz
Revert "some (bundled) minor changes (take 2)"revert-176-master
Diffstat (limited to 'ACE/tests/Recursive_Condition_Bug_Test.cpp')
-rw-r--r--ACE/tests/Recursive_Condition_Bug_Test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/tests/Recursive_Condition_Bug_Test.cpp b/ACE/tests/Recursive_Condition_Bug_Test.cpp
index bbfaa98a0fb..365c80209ed 100644
--- a/ACE/tests/Recursive_Condition_Bug_Test.cpp
+++ b/ACE/tests/Recursive_Condition_Bug_Test.cpp
@@ -14,14 +14,14 @@
*/
//=============================================================================
-#include "ace/Activation_Queue.h"
+
+#include "test_config.h"
#include "ace/OS_NS_sys_time.h"
-#include "ace/Synch.h"
#include "ace/Task_T.h"
+#include "ace/Activation_Queue.h"
#include "ace/Timer_Heap.h"
#include "ace/Timer_Queue_Adapters.h"
-
-#include "test_config.h"
+#include "ace/Condition_Recursive_Thread_Mutex.h"
#if defined (ACE_HAS_THREADS)