diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-16 13:07:48 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-01 09:35:14 +0000 |
commit | aed0a639f4af8e630dbd6bd4f2e0368b1481eae3 (patch) | |
tree | 2313ea3997717749a76ea6e8142d740519cda520 /store | |
parent | 7e09b3656472bd5a3ef4090fd2ea6f521956fd53 (diff) |
tdf#42949 remove unnecessary includes using iwyu
Change-Id: I13960721b7e15b1761aff8497391e39ae5645b89
Reviewed-on: https://gerrit.libreoffice.org/18616
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'store')
-rw-r--r-- | store/source/stordata.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/store/source/stordata.hxx b/store/source/stordata.hxx index e53a9b6c401b..ca116bba1273 100644 --- a/store/source/stordata.hxx +++ b/store/source/stordata.hxx @@ -24,6 +24,7 @@ #include "sal/types.h" #include "sal/macros.h" +#include "rtl/string.h" #include "store/types.h" #include "storbase.hxx" |