diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-01 12:14:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-01 12:14:10 +0200 |
commit | 10e59aee74ede837ad0560e261b0f106371ce96a (patch) | |
tree | 4ed91b72415c0dd485511de760abd0cea98cc472 /include/store | |
parent | 7bbd7937e5cbee55ada91c511b5520c82bb13bd3 (diff) |
always surround our own includes with <>
followup to aed0a639f4af8e630dbd6bd4f2e0368b1481eae3
"tdf#42949 remove unnecessary includes using iwyu"
Change-Id: I6cd17a24d1a8f2d718f42333a6e1866d77a5553f
Diffstat (limited to 'include/store')
-rw-r--r-- | include/store/store.h | 4 | ||||
-rw-r--r-- | include/store/store.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/store/store.h b/include/store/store.h index 1b48a13ebde3..6b00241d0979 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 7a9d355f8e89..e85298882349 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 { |