summaryrefslogtreecommitdiff
path: root/ACE/docs/ACE-guidelines.html
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/docs/ACE-guidelines.html')
-rw-r--r--ACE/docs/ACE-guidelines.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/docs/ACE-guidelines.html b/ACE/docs/ACE-guidelines.html
index 0f4e4641785..5d2950c23d5 100644
--- a/ACE/docs/ACE-guidelines.html
+++ b/ACE/docs/ACE-guidelines.html
@@ -379,9 +379,7 @@ If using g++, problems like this can be flagged as a warning by using the "<code
#include "Foo_T.inl"
#endif /* __ACE_INLINE__ */
- #if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "Foo_T.cpp"
- #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#endif /* FOO_T_H */
</pre></p>