From c30f3ea3dd294210058c781145d6fdd320c975b4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:34:03 +0200 Subject: loplugin:includeform: sal Change-Id: I539ca8b9dee5edc5fc2282a2b9b0ffd78bad8b11 --- sal/qa/ByteSequence/ByteSequence.cxx | 10 +++++----- sal/qa/OStringBuffer/rtl_OStringBuffer.cxx | 10 +++++----- sal/qa/osl/condition/osl_Condition.cxx | 2 +- sal/qa/osl/file/osl_File.cxx | 2 +- sal/qa/osl/module/osl_Module.cxx | 2 +- sal/qa/osl/module/osl_Module_DLL.cxx | 2 +- sal/qa/osl/mutex/osl_Mutex.cxx | 10 +++++----- sal/qa/osl/pipe/osl_Pipe.cxx | 8 ++++---- sal/qa/osl/profile/osl_old_testprofile.cxx | 8 ++++---- sal/qa/osl/security/osl_Security.cxx | 2 +- sal/qa/osl/setthreadname/test-setthreadname.cxx | 10 +++++----- sal/qa/rtl/bootstrap/expand.cxx | 16 ++++++++-------- sal/qa/rtl/math/test-rtl-math.cxx | 14 +++++++------- sal/qa/rtl/oustring/rtl_OUString2.cxx | 4 ++-- .../oustringbuffer/test_oustringbuffer_appendchar.cxx | 2 +- .../rtl/oustringbuffer/test_oustringbuffer_tostring.cxx | 4 ++-- sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx | 8 ++++---- sal/qa/rtl/strings/test_ostring_stringliterals.cxx | 6 +++--- sal/qa/rtl/strings/test_oustring_compare.cxx | 4 ++-- sal/qa/rtl/strings/test_oustring_convert.cxx | 6 +++--- sal/qa/rtl/strings/test_oustring_endswith.cxx | 10 +++++----- sal/qa/rtl/strings/test_oustring_startswith.cxx | 2 +- sal/qa/rtl/strings/test_oustring_stringliterals.cxx | 6 +++--- sal/qa/rtl/strings/test_strings_replace.cxx | 16 ++++++++-------- sal/qa/rtl/strings/test_strings_toint.cxx | 14 +++++++------- sal/qa/rtl/strings/test_strings_valuex.cxx | 2 +- sal/qa/rtl/textenc/rtl_textcvt.cxx | 14 +++++++------- sal/qa/rtl/uri/rtl_testuri.cxx | 6 +++--- 28 files changed, 100 insertions(+), 100 deletions(-) (limited to 'sal/qa') diff --git a/sal/qa/ByteSequence/ByteSequence.cxx b/sal/qa/ByteSequence/ByteSequence.cxx index 603bc5835ae7..f5541a0f3efe 100644 --- a/sal/qa/ByteSequence/ByteSequence.cxx +++ b/sal/qa/ByteSequence/ByteSequence.cxx @@ -18,11 +18,11 @@ */ #include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include "rtl/byteseq.hxx" +#include +#include +#include +#include +#include namespace { diff --git a/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx b/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx index fdaf8f9349ca..b4aa4e3c053a 100644 --- a/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx +++ b/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx @@ -19,13 +19,13 @@ #include #include -#include +#include "rtl_String_Const.h" #include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include +#include +#include +#include #include using ::rtl::OStringBuffer; diff --git a/sal/qa/osl/condition/osl_Condition.cxx b/sal/qa/osl/condition/osl_Condition.cxx index 51fbe70e7d7e..b1203e9787d7 100644 --- a/sal/qa/osl/condition/osl_Condition.cxx +++ b/sal/qa/osl/condition/osl_Condition.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "osl_Condition_Const.h" #include using namespace osl; diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index d3aaf7e2fdef..0df251294497 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -23,7 +23,7 @@ #include #include -#include +#include "osl_File_Const.h" #include #include diff --git a/sal/qa/osl/module/osl_Module.cxx b/sal/qa/osl/module/osl_Module.cxx index ab2a47fa360d..dbc33a215538 100644 --- a/sal/qa/osl/module/osl_Module.cxx +++ b/sal/qa/osl/module/osl_Module.cxx @@ -19,7 +19,7 @@ // include files -#include +#include "osl_Module_Const.h" using namespace osl; diff --git a/sal/qa/osl/module/osl_Module_DLL.cxx b/sal/qa/osl/module/osl_Module_DLL.cxx index 1e9e33868d63..0b22d7a3c4ad 100644 --- a/sal/qa/osl/module/osl_Module_DLL.cxx +++ b/sal/qa/osl/module/osl_Module_DLL.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "osl_Module_Const.h" #include #include diff --git a/sal/qa/osl/mutex/osl_Mutex.cxx b/sal/qa/osl/mutex/osl_Mutex.cxx index 476e285792c4..90f5b31e2c79 100644 --- a/sal/qa/osl/mutex/osl_Mutex.cxx +++ b/sal/qa/osl/mutex/osl_Mutex.cxx @@ -20,11 +20,11 @@ // include files #include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include +#include +#include +#include +#include +#include "osl_Mutex_Const.h" using namespace osl; diff --git a/sal/qa/osl/pipe/osl_Pipe.cxx b/sal/qa/osl/pipe/osl_Pipe.cxx index 8fd43226f0db..92796fa7d4df 100644 --- a/sal/qa/osl/pipe/osl_Pipe.cxx +++ b/sal/qa/osl/pipe/osl_Pipe.cxx @@ -20,10 +20,10 @@ // include files #include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include +#include +#include +#include #include #include diff --git a/sal/qa/osl/profile/osl_old_testprofile.cxx b/sal/qa/osl/profile/osl_old_testprofile.cxx index 54d0430182f4..46201a258fa3 100644 --- a/sal/qa/osl/profile/osl_old_testprofile.cxx +++ b/sal/qa/osl/profile/osl_old_testprofile.cxx @@ -18,10 +18,10 @@ */ #include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include +#include +#include +#include #include #include diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx index c6692f3ef0f1..7a1d60b5c780 100644 --- a/sal/qa/osl/security/osl_Security.cxx +++ b/sal/qa/osl/security/osl_Security.cxx @@ -25,7 +25,7 @@ #include #undef min #endif -#include +#include "osl_Security_Const.h" #include #include #include diff --git a/sal/qa/osl/setthreadname/test-setthreadname.cxx b/sal/qa/osl/setthreadname/test-setthreadname.cxx index 529ce8bd5876..c0c884eea7ab 100644 --- a/sal/qa/osl/setthreadname/test-setthreadname.cxx +++ b/sal/qa/osl/setthreadname/test-setthreadname.cxx @@ -22,11 +22,11 @@ #include #include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include "osl/thread.hxx" +#include +#include +#include +#include +#include namespace { diff --git a/sal/qa/rtl/bootstrap/expand.cxx b/sal/qa/rtl/bootstrap/expand.cxx index ef8a27db7d69..a4102d38bc3b 100644 --- a/sal/qa/rtl/bootstrap/expand.cxx +++ b/sal/qa/rtl/bootstrap/expand.cxx @@ -7,14 +7,14 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" - -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include "rtl/bootstrap.hxx" -#include "rtl/ustring.hxx" +#include + +#include +#include +#include +#include +#include +#include namespace { diff --git a/sal/qa/rtl/math/test-rtl-math.cxx b/sal/qa/rtl/math/test-rtl-math.cxx index 345ba84991ee..116cc6009fcc 100644 --- a/sal/qa/rtl/math/test-rtl-math.cxx +++ b/sal/qa/rtl/math/test-rtl-math.cxx @@ -18,13 +18,13 @@ */ #include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include "rtl/math.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include +#include +#include +#include +#include +#include +#include CPPUNIT_NS_BEGIN diff --git a/sal/qa/rtl/oustring/rtl_OUString2.cxx b/sal/qa/rtl/oustring/rtl_OUString2.cxx index c345bc31b8bb..385d49b3c537 100644 --- a/sal/qa/rtl/oustring/rtl_OUString2.cxx +++ b/sal/qa/rtl/oustring/rtl_OUString2.cxx @@ -30,8 +30,8 @@ #include #include -#include "stringhelper.hxx" -#include "valueequal.hxx" +#include +#include namespace rtl_OUString { diff --git a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx index 6fca739125b0..b51bfb9a1132 100644 --- a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx +++ b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx @@ -11,7 +11,7 @@ #include #include #include -#include "rtl/ustrbuf.hxx" +#include namespace test { namespace oustringbuffer { diff --git a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx index 7cc5c8fbb8cd..3601bd4c47ab 100644 --- a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx +++ b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx @@ -21,8 +21,8 @@ #include #include #include -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.hxx" +#include +#include namespace test { namespace oustringbuffer { diff --git a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx index e71614641ce0..9dfcf0de8332 100644 --- a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx +++ b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx @@ -21,10 +21,10 @@ #include #include #include -#include "rtl/strbuf.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include +#include +#include +#include namespace test { namespace oustringbuffer { diff --git a/sal/qa/rtl/strings/test_ostring_stringliterals.cxx b/sal/qa/rtl/strings/test_ostring_stringliterals.cxx index 9d81a90ac6a9..96272cdc9844 100644 --- a/sal/qa/rtl/strings/test_ostring_stringliterals.cxx +++ b/sal/qa/rtl/strings/test_ostring_stringliterals.cxx @@ -13,9 +13,9 @@ #include #include #include -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/strbuf.hxx" +#include +#include +#include bool rtl_string_unittest_const_literal; bool rtl_string_unittest_const_literal_function; diff --git a/sal/qa/rtl/strings/test_oustring_compare.cxx b/sal/qa/rtl/strings/test_oustring_compare.cxx index d500e5cce700..5e9bc0f73a5d 100644 --- a/sal/qa/rtl/strings/test_oustring_compare.cxx +++ b/sal/qa/rtl/strings/test_oustring_compare.cxx @@ -20,8 +20,8 @@ #include #include #include -#include "rtl/string.h" -#include "rtl/ustring.hxx" +#include +#include namespace test { namespace oustring { diff --git a/sal/qa/rtl/strings/test_oustring_convert.cxx b/sal/qa/rtl/strings/test_oustring_convert.cxx index de3902ef7f8c..f1992d4295c9 100644 --- a/sal/qa/rtl/strings/test_oustring_convert.cxx +++ b/sal/qa/rtl/strings/test_oustring_convert.cxx @@ -20,9 +20,9 @@ #include #include #include -#include "rtl/strbuf.hxx" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" +#include +#include +#include #include namespace test { namespace oustring { diff --git a/sal/qa/rtl/strings/test_oustring_endswith.cxx b/sal/qa/rtl/strings/test_oustring_endswith.cxx index 8912a4027027..d4e7bfcd0038 100644 --- a/sal/qa/rtl/strings/test_oustring_endswith.cxx +++ b/sal/qa/rtl/strings/test_oustring_endswith.cxx @@ -20,11 +20,11 @@ #include #include #include -#include "rtl/strbuf.hxx" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/textenc.h" -#include "rtl/ustring.hxx" +#include +#include +#include +#include +#include #include namespace test { namespace oustring { diff --git a/sal/qa/rtl/strings/test_oustring_startswith.cxx b/sal/qa/rtl/strings/test_oustring_startswith.cxx index fc4a4143f526..3a8a15a03377 100644 --- a/sal/qa/rtl/strings/test_oustring_startswith.cxx +++ b/sal/qa/rtl/strings/test_oustring_startswith.cxx @@ -10,7 +10,7 @@ #include #include #include -#include "rtl/ustring.hxx" +#include namespace test { namespace oustring { diff --git a/sal/qa/rtl/strings/test_oustring_stringliterals.cxx b/sal/qa/rtl/strings/test_oustring_stringliterals.cxx index 37bc50ecc619..58a938ae9328 100644 --- a/sal/qa/rtl/strings/test_oustring_stringliterals.cxx +++ b/sal/qa/rtl/strings/test_oustring_stringliterals.cxx @@ -18,9 +18,9 @@ #include #include #include -#include "rtl/string.h" -#include "rtl/ustring.hxx" -#include "rtl/ustrbuf.hxx" +#include +#include +#include extern bool rtl_string_unittest_const_literal; bool rtl_string_unittest_invalid_conversion; diff --git a/sal/qa/rtl/strings/test_strings_replace.cxx b/sal/qa/rtl/strings/test_strings_replace.cxx index 02054c1d8028..40c0117e5c66 100644 --- a/sal/qa/rtl/strings/test_strings_replace.cxx +++ b/sal/qa/rtl/strings/test_strings_replace.cxx @@ -7,16 +7,16 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include +#include +#include +#include +#include +#include +#include namespace { diff --git a/sal/qa/rtl/strings/test_strings_toint.cxx b/sal/qa/rtl/strings/test_strings_toint.cxx index cf5de4a3b2bf..38b74bf651aa 100644 --- a/sal/qa/rtl/strings/test_strings_toint.cxx +++ b/sal/qa/rtl/strings/test_strings_toint.cxx @@ -7,14 +7,14 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include +#include +#include +#include +#include +#include namespace { diff --git a/sal/qa/rtl/strings/test_strings_valuex.cxx b/sal/qa/rtl/strings/test_strings_valuex.cxx index 95ebb8f0adc0..7b879e7c31bf 100644 --- a/sal/qa/rtl/strings/test_strings_valuex.cxx +++ b/sal/qa/rtl/strings/test_strings_valuex.cxx @@ -10,7 +10,7 @@ #include #include #include -#include "rtl/ustring.hxx" +#include #include namespace test { namespace strings { diff --git a/sal/qa/rtl/textenc/rtl_textcvt.cxx b/sal/qa/rtl/textenc/rtl_textcvt.cxx index 0bae6b403088..77d7c6a82ac3 100644 --- a/sal/qa/rtl/textenc/rtl_textcvt.cxx +++ b/sal/qa/rtl/textenc/rtl_textcvt.cxx @@ -19,7 +19,7 @@ #include -#include "sal/config.h" +#include #include #include @@ -27,12 +27,12 @@ #include #include -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "rtl/tencinfo.h" -#include "rtl/textcvt.h" -#include "rtl/textenc.h" -#include "sal/types.h" +#include +#include +#include +#include +#include +#include #include #include diff --git a/sal/qa/rtl/uri/rtl_testuri.cxx b/sal/qa/rtl/uri/rtl_testuri.cxx index ac0728413b1d..049640ef3982 100644 --- a/sal/qa/rtl/uri/rtl_testuri.cxx +++ b/sal/qa/rtl/uri/rtl_testuri.cxx @@ -19,9 +19,9 @@ #include -#include "rtl/strbuf.hxx" -#include "rtl/uri.hxx" -#include "rtl/ustrbuf.hxx" +#include +#include +#include #include #include -- cgit