summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-15 12:25:47 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-15 13:39:46 +0100
commit38eadf6d562dc0d964fce66aff021f6c99081d2f (patch)
treeb52816eb0324e7394eb87fcf74473c84d656564d /include
parent10226f520526c2dd3a07f7510ccce8c4323daa87 (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/xflftrit.hxx2
1 files changed, 1 insertions, 1 deletions
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>