include/oox/token/namespacemap.hxx | 2 ++ include/oox/token/propertynames.hxx | 1 + include/oox/token/tokenmap.hxx | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-)
New commits: commit 4c8d656b897229d5a6f2126fe274d338ec997f76 Author: Jorenz Paragas <[email protected]> Date: Wed Jun 8 19:16:11 2016 -0700 tdf#42949: clean up includes in include/oox/token with iwyu ...although the includes were mostly correct. Change-Id: I82d62f9e239d9e2523c8561e54bf7af1183b8828 Reviewed-on: https://gerrit.libreoffice.org/26141 Tested-by: Jenkins <[email protected]> Reviewed-by: Noel Grandin <[email protected]> diff --git a/include/oox/token/namespacemap.hxx b/include/oox/token/namespacemap.hxx index a17e8cc..b8068bb 100644 --- a/include/oox/token/namespacemap.hxx +++ b/include/oox/token/namespacemap.hxx @@ -21,8 +21,10 @@ #define INCLUDED_OOX_TOKEN_NAMESPACEMAP_HXX #include <map> + #include <rtl/instance.hxx> #include <rtl/ustring.hxx> +#include <sal/types.h> namespace oox { diff --git a/include/oox/token/propertynames.hxx b/include/oox/token/propertynames.hxx index 6419b57..1f5f334 100644 --- a/include/oox/token/propertynames.hxx +++ b/include/oox/token/propertynames.hxx @@ -21,6 +21,7 @@ #define INCLUDED_OOX_TOKEN_PROPERTYNAMES_HXX #include <vector> + #include <rtl/instance.hxx> #include <rtl/ustring.hxx> diff --git a/include/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx index 83ce4cf..2f49969 100644 --- a/include/oox/token/tokenmap.hxx +++ b/include/oox/token/tokenmap.hxx @@ -21,11 +21,13 @@ #define INCLUDED_OOX_TOKEN_TOKENMAP_HXX #include <vector> + +#include <com/sun/star/uno/Sequence.hxx> #include <oox/token/tokens.hxx> #include <rtl/instance.hxx> #include <rtl/ustring.hxx> #include <sal/log.hxx> -#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> namespace oox { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
