summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/Caching/URL_Array_Helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/clients/Caching/URL_Array_Helper.h')
-rw-r--r--ACE/apps/JAWS/clients/Caching/URL_Array_Helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/apps/JAWS/clients/Caching/URL_Array_Helper.h b/ACE/apps/JAWS/clients/Caching/URL_Array_Helper.h
index 1de9bacbe3a..18fdd582dab 100644
--- a/ACE/apps/JAWS/clients/Caching/URL_Array_Helper.h
+++ b/ACE/apps/JAWS/clients/Caching/URL_Array_Helper.h
@@ -24,8 +24,6 @@ size_t ace_array_encode (void *buf, const T &x);
template <class T>
size_t ace_array_decode (void *buf, T &x);
-#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "URL_Array_Helper.cpp"
-#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#endif /* ACE_URL_ARRAY_HELPER_H */