summaryrefslogtreecommitdiff
path: root/include/store
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-01 12:25:38 +0200
committerNoel Grandin <noel@peralex.com>2015-10-01 12:26:13 +0200
commit3fcbfe10857631212d8b8db9a079bb9692ed78bc (patch)
treeb6ce13664e28fb502fe7f30909ffa98befd00cc6 /include/store
parentbd8a4ae22376cf9e43df3f4924d37daa8a0796c1 (diff)
followup fix
to commit 10e59aee74ede837ad0560e261b0f106371ce96a "always surround our own includes with <>" Change-Id: I71abc565cdcb887bbdccd345f0ff4e9b24d78057
Diffstat (limited to 'include/store')
-rw-r--r--include/store/store.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/store/store.hxx b/include/store/store.hxx
index e85298882349..1c148a292a2d 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 <store/types.h>
namespace store
{