From 21cb70d8d6c53d7ed8974f180b1be15a528a38df Mon Sep 17 00:00:00 2001 From: Matthew D Jones <matthew.d.jones@tessella.com> Date: Tue, 20 Oct 2015 15:28:05 +0100 Subject: [PATCH] Re #13729 boost::property_tree is expunged from mantid --- Framework/ScriptRepository/src/ScriptRepositoryImpl.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Framework/ScriptRepository/src/ScriptRepositoryImpl.cpp b/Framework/ScriptRepository/src/ScriptRepositoryImpl.cpp index d0d41a53b64..07d7a29ff5c 100644 --- a/Framework/ScriptRepository/src/ScriptRepositoryImpl.cpp +++ b/Framework/ScriptRepository/src/ScriptRepositoryImpl.cpp @@ -49,16 +49,12 @@ using Mantid::Kernel::NetworkProxy; #include <Poco/DateTimeFormatter.h> // from boost -#include <boost/property_tree/ptree.hpp> -#include <boost/property_tree/json_parser.hpp> #include <boost/foreach.hpp> #include <boost/algorithm/string.hpp> #include <boost/regex.hpp> #include <json/json.h> -using boost::property_tree::ptree; // Todo remove once using jsoncpp, plus boost ptree includes - namespace Mantid { namespace API { namespace { -- GitLab