diff --git a/example/doc_function_hooks.cpp b/example/doc_function_hooks.cpp index 9640fb3..5c7781c 100644 --- a/example/doc_function_hooks.cpp +++ b/example/doc_function_hooks.cpp @@ -9,7 +9,6 @@ // See http://www.boost.org/libs/intrusive for documentation. // ///////////////////////////////////////////////////////////////////////////// -#include //[doc_function_hooks #include #include @@ -72,5 +71,3 @@ int main() return 0; } //] - -#include diff --git a/example/doc_recursive_member.cpp b/example/doc_recursive_member.cpp index 37126e6..27aa087 100644 --- a/example/doc_recursive_member.cpp +++ b/example/doc_recursive_member.cpp @@ -9,7 +9,6 @@ // See http://www.boost.org/libs/intrusive for documentation. // ///////////////////////////////////////////////////////////////////////////// -#include //[doc_recursive_member #include #include @@ -82,5 +81,3 @@ int main() return 0; } //] - -#include diff --git a/test/any_test.cpp b/test/any_test.cpp index b130cf6..efc7d98 100644 --- a/test/any_test.cpp +++ b/test/any_test.cpp @@ -11,7 +11,6 @@ // See http://www.boost.org/libs/intrusive for documentation. // ///////////////////////////////////////////////////////////////////////////// -#include #include #include #include @@ -188,5 +187,3 @@ int main() instantiation_test(); return 0; } - -#include diff --git a/test/function_hook_test.cpp b/test/function_hook_test.cpp index 708983e..d352055 100644 --- a/test/function_hook_test.cpp +++ b/test/function_hook_test.cpp @@ -9,7 +9,6 @@ // See http://www.boost.org/libs/intrusive for documentation. // ///////////////////////////////////////////////////////////////////////////// -#include #include #include #include @@ -148,5 +147,3 @@ int main() return 0; } - -#include diff --git a/test/pack_options_test.cpp b/test/pack_options_test.cpp index 392567c..2df1c0f 100644 --- a/test/pack_options_test.cpp +++ b/test/pack_options_test.cpp @@ -7,7 +7,6 @@ // See http://www.boost.org/libs/intrusive for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include #include #include #include @@ -54,5 +53,3 @@ int main() { return 0; } - -#include diff --git a/test/pointer_traits_test.cpp b/test/pointer_traits_test.cpp index 15a5278..8c70fcb 100644 --- a/test/pointer_traits_test.cpp +++ b/test/pointer_traits_test.cpp @@ -7,7 +7,6 @@ // See http://www.boost.org/libs/intrusive for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include #include #include #include @@ -197,5 +196,3 @@ int main() } return 0; } - -#include