From 89c13dd346fa724ff5e2efe1757b527b49259fa9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:33:54 +0200 Subject: loplugin:includeform: salhelper Change-Id: I88c8822356298ba1a0ff60dc53a5c4ae32d7eb1b --- salhelper/qa/test_api.cxx | 10 +++++----- salhelper/source/thread.cxx | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/salhelper/qa/test_api.cxx b/salhelper/qa/test_api.cxx index 20626d9f12eb..aea26798c513 100644 --- a/salhelper/qa/test_api.cxx +++ b/salhelper/qa/test_api.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include -#include "osl/mutex.hxx" -#include "salhelper/condition.hxx" -#include "salhelper/dynload.hxx" -#include "salhelper/simplereferenceobject.hxx" +#include +#include +#include +#include #include #include #include diff --git a/salhelper/source/thread.cxx b/salhelper/source/thread.cxx index 52c028c133ba..1a06bf3b235a 100644 --- a/salhelper/source/thread.cxx +++ b/salhelper/source/thread.cxx @@ -7,13 +7,13 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include #include -#include "sal/log.hxx" -#include "salhelper/thread.hxx" +#include +#include salhelper::Thread::Thread(char const * name): name_(name) {} -- cgit