diff options
Diffstat (limited to 'ACE/tests/STL_algorithm_Test_T.h')
-rw-r--r-- | ACE/tests/STL_algorithm_Test_T.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/tests/STL_algorithm_Test_T.h b/ACE/tests/STL_algorithm_Test_T.h index 7aeccccb1ea..0b7a40b0f71 100644 --- a/ACE/tests/STL_algorithm_Test_T.h +++ b/ACE/tests/STL_algorithm_Test_T.h @@ -16,12 +16,6 @@ template <typename T> int test_STL_algorithm (T & container); -#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) #include "STL_algorithm_Test_T.cpp" -#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ - -#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) -#pragma implementation ("STL_algorithm_Test_T.cpp") -#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #endif /* ACE_TESTS_STL_ALGORITHM_TEST_T_H */ |