From 0d33bf6794765311d4bdac68e1f6584108f011bf Mon Sep 17 00:00:00 2001 From: Tiago Date: Tue, 28 Nov 2017 07:13:49 -0800 Subject: Applied iwyu --comment to the code base (#588) --- tests/string_span_tests.cpp | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'tests/string_span_tests.cpp') diff --git a/tests/string_span_tests.cpp b/tests/string_span_tests.cpp index 823b19d..83171ac 100644 --- a/tests/string_span_tests.cpp +++ b/tests/string_span_tests.cpp @@ -14,15 +14,19 @@ // /////////////////////////////////////////////////////////////////////////////// -#include - -#include //owner -#include - -#include -#include -#include -#include +#include // for AssertionHandler, StringRef, CHECK, TEST_... + +#include // for Expects, fail_fast (ptr only) +#include // for owner +#include // for span, dynamic_extent +#include // for basic_string_span, operator==, ensure_z + +#include // for move, find +#include // for size_t +#include // for map +#include // for basic_string, string, char_traits, operat... +#include // for remove_reference<>::type +#include // for vector, allocator using namespace std; using namespace gsl; -- cgit v1.2.3