summaryrefslogtreecommitdiffstats
path: root/store/source/storbios.cxx
diff options
context:
space:
mode:
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"