diff options
Diffstat (limited to 'tests/Barrier_Test.cpp')
-rw-r--r-- | tests/Barrier_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Barrier_Test.cpp b/tests/Barrier_Test.cpp index b34b262312d..5da971114f4 100644 --- a/tests/Barrier_Test.cpp +++ b/tests/Barrier_Test.cpp @@ -17,10 +17,10 @@ // // ============================================================================ +#include "test_config.h" #include "ace/Synch.h" #include "ace/Thread_Manager.h" #include "ace/Service_Config.h" -#include "test_config.h" #if defined (ACE_HAS_THREADS) |