summaryrefslogtreecommitdiff
path: root/include/store
diff options
context:
space:
mode:
Diffstat (limited to 'include/store')
-rw-r--r--include/store/store.h4
-rw-r--r--include/store/store.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/store/store.h b/include/store/store.h
index 1b48a13ebde3..6b00241d0979 100644
--- a/include/store/store.h
+++ b/include/store/store.h
@@ -22,8 +22,8 @@
#include <store/storedllapi.h>
#include <store/types.h>
-#include "rtl/ustring.h"
-#include "sal/types.h"
+#include <rtl/ustring.h>
+#include <sal/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/store/store.hxx b/include/store/store.hxx
index 7a9d355f8e89..e85298882349 100644
--- a/include/store/store.hxx
+++ b/include/store/store.hxx
@@ -24,7 +24,7 @@
#include <sal/types.h>
#include <stddef.h>
#include <rtl/ustring.hxx>
-#include "types.h"
+#include <types.h>
namespace store
{