From 5318e608cdcc05c09ae0abebc17d6666322248b7 Mon Sep 17 00:00:00 2001 From: Feyza Yavuz Date: Sat, 17 Oct 2015 22:28:59 +0300 Subject: tdf#65108 use <> instead of "" in include line Change-Id: Icc497610505d160ee7d0e3a129eb499fe4ba5c93 Reviewed-on: https://gerrit.libreoffice.org/19422 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- store/source/stordata.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'store') diff --git a/store/source/stordata.cxx b/store/source/stordata.cxx index 75562aa14dea..430f52e0d388 100644 --- a/store/source/stordata.cxx +++ b/store/source/stordata.cxx @@ -19,9 +19,9 @@ #include "stordata.hxx" -#include "sal/types.h" -#include "sal/log.hxx" -#include "osl/diagnose.h" +#include +#include +#include #include "store/types.h" #include "storbase.hxx" -- cgit