diff options
author | Feyza Yavuz <feyzaayavuz@gmail.com> | 2015-10-17 22:28:59 +0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-10-22 16:07:05 +0000 |
commit | 5318e608cdcc05c09ae0abebc17d6666322248b7 (patch) | |
tree | 36d933e31b02b016d579c8660b1d8e8ed7acb8d8 /store/source | |
parent | f5cf8524f9bc4c19064aee6b31202aefcf43a659 (diff) |
tdf#65108 use <> instead of "" in include line
Change-Id: Icc497610505d160ee7d0e3a129eb499fe4ba5c93
Reviewed-on: https://gerrit.libreoffice.org/19422
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'store/source')
-rw-r--r-- | store/source/stordata.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 <sal/types.h> +#include <sal/log.hxx> +#include <osl/diagnose.h> #include "store/types.h" #include "storbase.hxx" |