include/svx/xflftrit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 38eadf6d562dc0d964fce66aff021f6c99081d2f Author: Gabor Kelemen <[email protected]> AuthorDate: Sun Dec 15 12:25:47 2019 +0100 Commit: Noel Grandin <[email protected]> CommitDate: Sun Dec 15 13:39:46 2019 +0100 tdf#42949 Replace property_tre/json_parser.hpp with fw declaration header Similarly to commit fb1b461208e7a2760fa1c018db08606a9b3e435d replace new instances of boost/property_tree/json_parser.hpp with forward declaration only header, as suggested by IWYU. Change-Id: I9f1cc3e3b1fa0a98326d6f22823860fbde2f81a2 Reviewed-on: https://gerrit.libreoffice.org/85168 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/include/svx/xflftrit.hxx b/include/svx/xflftrit.hxx index 935bf5596264..3865bd5df0a1 100644 --- a/include/svx/xflftrit.hxx +++ b/include/svx/xflftrit.hxx @@ -22,7 +22,7 @@ #include <svx/xflgrit.hxx> #include <svx/svxdllapi.h> -#include <boost/property_tree/json_parser.hpp> +#include <boost/property_tree/ptree_fwd.hpp> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
