summaryrefslogtreecommitdiff
path: root/include/store
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:41:17 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:49 -0600
commitdb3c58703de2e4e9591b22e2b3f4195f4b295939 (patch)
tree4e23b001b24c9e22a7c4958569017bf658eecf8d /include/store
parentab3506ec724805bf4d586e5cfa479f7eb2e8e9a3 (diff)
fdo#65108 inter-module includes <> include/store
Change-Id: I3c2db6a3660d46faba6fb11a63ecf3a73709f2c0
Diffstat (limited to 'include/store')
-rw-r--r--include/store/store.hxx6
-rw-r--r--include/store/storedllapi.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/include/store/store.hxx b/include/store/store.hxx
index b7fb8e02cf0d..a7eb1e330a84 100644
--- a/include/store/store.hxx
+++ b/include/store/store.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_STORE_STORE_HXX
#define INCLUDED_STORE_STORE_HXX
-#include "sal/types.h"
-#include "rtl/ustring.hxx"
-#include "store/store.h"
+#include <sal/types.h>
+#include <rtl/ustring.hxx>
+#include <store/store.h>
namespace store
{
diff --git a/include/store/storedllapi.h b/include/store/storedllapi.h
index 5f6c7a1ddf00..548794dfe11d 100644
--- a/include/store/storedllapi.h
+++ b/include/store/storedllapi.h
@@ -19,7 +19,7 @@
#ifndef INCLUDED_STORE_STOREDLLAPI_H
#define INCLUDED_STORE_STOREDLLAPI_H
-#include "sal/types.h"
+#include <sal/types.h>
#if defined(STORE_DLLIMPLEMENTATION)
#define STORE_DLLPUBLIC SAL_DLLPUBLIC_EXPORT