[Libreoffice-commits] core.git: store/source
Feyza Yavuz
feyzaayavuz at gmail.com
Thu Oct 22 09:07:36 PDT 2015
store/source/stordata.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 5318e608cdcc05c09ae0abebc17d6666322248b7
Author: Feyza Yavuz <feyzaayavuz at gmail.com>
Date: Sat Oct 17 22:28:59 2015 +0300
tdf#65108 use <> instead of "" in include line
Change-Id: Icc497610505d160ee7d0e3a129eb499fe4ba5c93
Reviewed-on: https://gerrit.libreoffice.org/19422
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/store/source/stordata.cxx b/store/source/stordata.cxx
index 75562aa..430f52e 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 <sal/types.h>
+#include <sal/log.hxx>
+#include <osl/diagnose.h>
#include "store/types.h"
#include "storbase.hxx"
More information about the Libreoffice-commits
mailing list