summaryrefslogtreecommitdiffstats
path: root/store/source/storbios.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:31:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:51 +0200
commitc8ee9e53d25a9252173b8b67abb73bcd9e1b8894 (patch)
tree8eaf6470bedf873a8070d3f11751713da60bff5c /store/source/storbios.cxx
parentloplugin:includeform: svgio (diff)
downloadcore-c8ee9e53d25a9252173b8b67abb73bcd9e1b8894.tar.gz
core-c8ee9e53d25a9252173b8b67abb73bcd9e1b8894.zip
loplugin:includeform: store
Change-Id: Ia9134d7f1e9c30b7faef693c3f621cec7ec5a61a
Diffstat (limited to 'store/source/storbios.cxx')
-rw-r--r--store/source/storbios.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/store/source/storbios.cxx b/store/source/storbios.cxx
index bf343abd290e..a4935d3930bf 100644
--- a/store/source/storbios.cxx
+++ b/store/source/storbios.cxx
@@ -17,21 +17,21 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "storbios.hxx"
-#include "sal/types.h"
-#include "sal/macros.h"
-#include "sal/log.hxx"
+#include <sal/types.h>
+#include <sal/macros.h>
+#include <sal/log.hxx>
-#include "rtl/alloc.h"
-#include "rtl/ref.hxx"
+#include <rtl/alloc.h>
+#include <rtl/ref.hxx>
-#include "osl/diagnose.h"
-#include "osl/mutex.hxx"
+#include <osl/diagnose.h>
+#include <osl/mutex.hxx>
-#include "store/types.h"
+#include <store/types.h>
#include "object.hxx"
#include "lockbyte.hxx"
#include "storcach.hxx"