diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:31:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:51 +0200 |
commit | c8ee9e53d25a9252173b8b67abb73bcd9e1b8894 (patch) | |
tree | 8eaf6470bedf873a8070d3f11751713da60bff5c /store/source/storlckb.hxx | |
parent | 426a2527e78e57f14b845eea8ff6a803129786fe (diff) |
loplugin:includeform: store
Change-Id: Ia9134d7f1e9c30b7faef693c3f621cec7ec5a61a
Diffstat (limited to 'store/source/storlckb.hxx')
-rw-r--r-- | store/source/storlckb.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/store/source/storlckb.hxx b/store/source/storlckb.hxx index 7346d7490915..46fdc988ed8d 100644 --- a/store/source/storlckb.hxx +++ b/store/source/storlckb.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_STORE_SOURCE_STORLCKB_HXX #define INCLUDED_STORE_SOURCE_STORLCKB_HXX -#include "sal/types.h" +#include <sal/types.h> -#include "rtl/ustring.h" -#include "rtl/ref.hxx" +#include <rtl/ustring.h> +#include <rtl/ref.hxx> #include "object.hxx" #include "storbase.hxx" |