summaryrefslogtreecommitdiff
path: root/salhelper/qa
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/qa
parent5209ee4791a005c10c5277996796f2056541b0e8 (diff)
loplugin:includeform: salhelper
Change-Id: I88c8822356298ba1a0ff60dc53a5c4ae32d7eb1b
Diffstat (limited to 'salhelper/qa')
-rw-r--r--salhelper/qa/test_api.cxx10
1 files changed, 5 insertions, 5 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>