include/store/store.h | 4 ++-- include/store/store.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 10e59aee74ede837ad0560e261b0f106371ce96a Author: Noel Grandin <[email protected]> Date: Thu Oct 1 12:14:10 2015 +0200 always surround our own includes with <> followup to aed0a639f4af8e630dbd6bd4f2e0368b1481eae3 "tdf#42949 remove unnecessary includes using iwyu" Change-Id: I6cd17a24d1a8f2d718f42333a6e1866d77a5553f diff --git a/include/store/store.h b/include/store/store.h index 1b48a13..6b00241 100644 --- a/include/store/store.h +++ b/include/store/store.h @@ -22,8 +22,8 @@ #include <store/storedllapi.h> #include <store/types.h> -#include "rtl/ustring.h" -#include "sal/types.h" +#include <rtl/ustring.h> +#include <sal/types.h> #ifdef __cplusplus extern "C" { diff --git a/include/store/store.hxx b/include/store/store.hxx index 7a9d355..e852988 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 <types.h> namespace store { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
