diff --git a/doc/example/getting_started.cpp b/doc/example/getting_started.cpp index 140a8a4..328cf8e 100644 --- a/doc/example/getting_started.cpp +++ b/doc/example/getting_started.cpp @@ -50,7 +50,7 @@ struct configurable_mock_error #define MOCK_USE_BOOST_TEST //[ prerequisite -#include +#include #include //] #include "calculator.hpp" diff --git a/doc/example/limitations_const_parameter_warning.cpp b/doc/example/limitations_const_parameter_warning.cpp index 049c123..4cddbd5 100644 --- a/doc/example/limitations_const_parameter_warning.cpp +++ b/doc/example/limitations_const_parameter_warning.cpp @@ -6,7 +6,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #include namespace diff --git a/doc/example/limitations_literal_zero.cpp b/doc/example/limitations_literal_zero.cpp index 81ba680..badd1c2 100644 --- a/doc/example/limitations_literal_zero.cpp +++ b/doc/example/limitations_literal_zero.cpp @@ -6,7 +6,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #include namespace diff --git a/doc/example/limitations_non_virtual_method.cpp b/doc/example/limitations_non_virtual_method.cpp index e5fd30e..96258f4 100644 --- a/doc/example/limitations_non_virtual_method.cpp +++ b/doc/example/limitations_non_virtual_method.cpp @@ -6,7 +6,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #include //[ limitations_non_virtual_method_problem diff --git a/doc/example/limitations_protected_private_method.cpp b/doc/example/limitations_protected_private_method.cpp index ca621a8..887b10f 100644 --- a/doc/example/limitations_protected_private_method.cpp +++ b/doc/example/limitations_protected_private_method.cpp @@ -6,7 +6,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #include namespace diff --git a/doc/example/limitations_template_base_class_method.cpp b/doc/example/limitations_template_base_class_method.cpp index bbbeb4d..b8e6839 100644 --- a/doc/example/limitations_template_base_class_method.cpp +++ b/doc/example/limitations_template_base_class_method.cpp @@ -6,7 +6,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #include namespace diff --git a/doc/example/limitations_template_method.cpp b/doc/example/limitations_template_method.cpp index f955e80..72874c5 100644 --- a/doc/example/limitations_template_method.cpp +++ b/doc/example/limitations_template_method.cpp @@ -6,7 +6,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #include namespace limitations_template_method_problem diff --git a/doc/example/limitations_throw_specifier.cpp b/doc/example/limitations_throw_specifier.cpp index cccaf58..1c72731 100644 --- a/doc/example/limitations_throw_specifier.cpp +++ b/doc/example/limitations_throw_specifier.cpp @@ -6,7 +6,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #include namespace diff --git a/doc/example/motivation.cpp b/doc/example/motivation.cpp index 614d300..aadc975 100644 --- a/doc/example/motivation.cpp +++ b/doc/example/motivation.cpp @@ -6,7 +6,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #include #include "calculator.hpp" #include "mock_view.hpp" diff --git a/doc/example/patterns_async_call.cpp b/doc/example/patterns_async_call.cpp index 2fd3834..9a9f9e7 100644 --- a/doc/example/patterns_async_call.cpp +++ b/doc/example/patterns_async_call.cpp @@ -38,7 +38,7 @@ namespace mock_test } //[ async_call_solution -#include +#include #include #include diff --git a/doc/example/patterns_invoke_functor.cpp b/doc/example/patterns_invoke_functor.cpp index e9f6655..cabdb67 100644 --- a/doc/example/patterns_invoke_functor.cpp +++ b/doc/example/patterns_invoke_functor.cpp @@ -32,7 +32,7 @@ void function( base_class& c) } //[ invoke_functor_solution -#include +#include #include namespace diff --git a/doc/example/patterns_quick_constraint.cpp b/doc/example/patterns_quick_constraint.cpp index 5163020..13bec6b 100644 --- a/doc/example/patterns_quick_constraint.cpp +++ b/doc/example/patterns_quick_constraint.cpp @@ -7,7 +7,7 @@ // http://www.boost.org/LICENSE_1_0.txt) //[ quick_constraint_problem -#include +#include #include #include diff --git a/doc/example/patterns_retrieve_cref.cpp b/doc/example/patterns_retrieve_cref.cpp index 16f5a07..287bf03 100644 --- a/doc/example/patterns_retrieve_cref.cpp +++ b/doc/example/patterns_retrieve_cref.cpp @@ -38,7 +38,7 @@ namespace mock_test } //[ retrieve_cref_solution -#include +#include #include namespace mock_test diff --git a/doc/example/patterns_static_objects.cpp b/doc/example/patterns_static_objects.cpp index 6d47362..d5e198e 100644 --- a/doc/example/patterns_static_objects.cpp +++ b/doc/example/patterns_static_objects.cpp @@ -10,7 +10,7 @@ #define ASSERT_VERIFY_FAIL() mock::reset() //[ static_objects_problem -#include +#include #include #include diff --git a/doc/example/reference.cpp b/doc/example/reference.cpp index 97762a3..f1af6ba 100644 --- a/doc/example/reference.cpp +++ b/doc/example/reference.cpp @@ -6,7 +6,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #include namespace class_example_1 diff --git a/test/detail/test_function.cpp b/test/detail/test_function.cpp index 0a3d59b..46e5d5c 100644 --- a/test/detail/test_function.cpp +++ b/test/detail/test_function.cpp @@ -10,7 +10,7 @@ #include "../undefined.hpp" #include #include -#include +#include #include #include #include diff --git a/test/detail/test_invocation.cpp b/test/detail/test_invocation.cpp index 7bec6f8..93ed575 100644 --- a/test/detail/test_invocation.cpp +++ b/test/detail/test_invocation.cpp @@ -7,7 +7,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include BOOST_AUTO_TEST_CASE( unlimited ) { diff --git a/test/detail/test_is_functor.cpp b/test/detail/test_is_functor.cpp index 6d48a19..9ab36b0 100644 --- a/test/detail/test_is_functor.cpp +++ b/test/detail/test_is_functor.cpp @@ -7,7 +7,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include #ifdef BOOST_MSVC #pragma warning( push, 0 ) #endif diff --git a/test/detail/test_signature.cpp b/test/detail/test_signature.cpp index c366aae..f20d2a3 100644 --- a/test/detail/test_signature.cpp +++ b/test/detail/test_signature.cpp @@ -7,7 +7,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include #include namespace diff --git a/test/detail/test_type_name.cpp b/test/detail/test_type_name.cpp index 3040965..0a0fc97 100644 --- a/test/detail/test_type_name.cpp +++ b/test/detail/test_type_name.cpp @@ -7,7 +7,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include #include namespace diff --git a/test/test_constraint.cpp b/test/test_constraint.cpp index 3aebf11..ca35e7b 100644 --- a/test/test_constraint.cpp +++ b/test/test_constraint.cpp @@ -7,7 +7,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include namespace { diff --git a/test/test_constraints.cpp b/test/test_constraints.cpp index 3350de7..b92f728 100644 --- a/test/test_constraints.cpp +++ b/test/test_constraints.cpp @@ -7,7 +7,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include BOOST_AUTO_TEST_CASE( all_comparison_constraints_can_be_instanciated ) { diff --git a/test/test_exception.cpp b/test/test_exception.cpp index 818ddeb..a2bed75 100644 --- a/test/test_exception.cpp +++ b/test/test_exception.cpp @@ -8,7 +8,7 @@ #define MOCK_USE_BOOST_TEST #include -#include +#include BOOST_AUTO_TEST_CASE( a_mock_exception_is_not_an_std_exception_to_not_mess_with_user_exceptions ) { diff --git a/test/test_integration.cpp b/test/test_integration.cpp index c988dc0..8b3cd93 100644 --- a/test/test_integration.cpp +++ b/test/test_integration.cpp @@ -9,7 +9,7 @@ #include "mock_error.hpp" #include "undefined.hpp" #include -#include +#include #include #include #include diff --git a/test/test_log.cpp b/test/test_log.cpp index f26d649..141f9e2 100644 --- a/test/test_log.cpp +++ b/test/test_log.cpp @@ -7,7 +7,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include #include #include #include diff --git a/test/test_matcher.cpp b/test/test_matcher.cpp index 86197a8..916f20b 100644 --- a/test/test_matcher.cpp +++ b/test/test_matcher.cpp @@ -7,7 +7,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include namespace { diff --git a/test/test_max_args.cpp b/test/test_max_args.cpp index 970a25f..7d74943 100644 --- a/test/test_max_args.cpp +++ b/test/test_max_args.cpp @@ -8,7 +8,7 @@ #include "mock_error.hpp" #include -#include +#include #include #define IDENTITY(z, n, d) d diff --git a/test/test_mock.cpp b/test/test_mock.cpp index 34d0325..25006b2 100644 --- a/test/test_mock.cpp +++ b/test/test_mock.cpp @@ -8,7 +8,7 @@ #include "mock_error.hpp" #include -#include +#include #include namespace diff --git a/test/test_object.cpp b/test/test_object.cpp index 4e8dba2..bd11dc3 100644 --- a/test/test_object.cpp +++ b/test/test_object.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include namespace diff --git a/test/test_sequence.cpp b/test/test_sequence.cpp index d14de02..2a7b584 100644 --- a/test/test_sequence.cpp +++ b/test/test_sequence.cpp @@ -9,7 +9,7 @@ #include "mock_error.hpp" #include #include -#include +#include BOOST_FIXTURE_TEST_CASE( registering_to_a_sequence_and_calling_out_of_order_throws, mock_error_fixture ) {