From: Arvin Schnell Date: Tue, 2 Oct 2018 19:19:27 +0000 (+0200) Subject: - coding style X-Git-Tag: v0.6.0~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e07e6d9e9f836f62eb51d58bfe2bf7e5ed2d8be;p=thirdparty%2Fsnapper.git - coding style --- diff --git a/testsuite/humanstring.cc b/testsuite/humanstring.cc index 77a29f6c..430a7407 100644 --- a/testsuite/humanstring.cc +++ b/testsuite/humanstring.cc @@ -4,7 +4,6 @@ #include -#include #include #include @@ -28,7 +27,6 @@ test(const char* loc, unsigned long long size, int precision) } - BOOST_AUTO_TEST_CASE(test_byte_to_humanstring) { BOOST_CHECK_EQUAL(test("en_GB.UTF-8", 0, 2), "0 B");