summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:33:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:57 +0200
commit89c13dd346fa724ff5e2efe1757b527b49259fa9 (patch)
tree6ce10951e3f0b5b3be325fc6236e3d6d4559ca18 /salhelper
parent5209ee4791a005c10c5277996796f2056541b0e8 (diff)
loplugin:includeform: salhelper
Change-Id: I88c8822356298ba1a0ff60dc53a5c4ae32d7eb1b
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/qa/test_api.cxx10
-rw-r--r--salhelper/source/thread.cxx6
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 <sal/config.h>
#include <typeinfo>
-#include "osl/mutex.hxx"
-#include "salhelper/condition.hxx"
-#include "salhelper/dynload.hxx"
-#include "salhelper/simplereferenceobject.hxx"
+#include <osl/mutex.hxx>
+#include <salhelper/condition.hxx>
+#include <salhelper/dynload.hxx>
+#include <salhelper/simplereferenceobject.hxx>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
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 <sal/config.h>
#include <stdexcept>
#include <string>
-#include "sal/log.hxx"
-#include "salhelper/thread.hxx"
+#include <sal/log.hxx>
+#include <salhelper/thread.hxx>
salhelper::Thread::Thread(char const * name): name_(name) {}