summaryrefslogtreecommitdiff
path: root/store/source/storcach.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storcach.hxx')
-rw-r--r--store/source/storcach.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/store/source/storcach.hxx b/store/source/storcach.hxx
index c2626cbfa3bf..ec7d6d138aa3 100644
--- a/store/source/storcach.hxx
+++ b/store/source/storcach.hxx
@@ -25,12 +25,13 @@
#include <memory>
#include <sal/types.h>
-#include <rtl/ref.hxx>
#include <store/types.h>
-#include "storbase.hxx"
#include "object.hxx"
+namespace rtl { template <class reference_type> class Reference; }
+namespace store { struct PageData; }
+
namespace store
{