remove make_shared header

release/4.3a0
kartik arcot 2023-01-20 13:49:37 -08:00 committed by Kartik Arcot
parent ce847d4ff9
commit 703cb5cbc7
52 changed files with 1 additions and 52 deletions

View File

@ -20,7 +20,6 @@
#include <gtsam/nonlinear/LevenbergMarquardtOptimizer.h>
#include <gtsam/geometry/PinholeCamera.h>
#include <gtsam/geometry/Cal3_S2.h>
#include <boost/make_shared.hpp>
using namespace gtsam;
using namespace gtsam::noiseModel;

View File

@ -17,8 +17,8 @@
*/
#include <gtsam/base/DSFVector.h>
#include <boost/make_shared.hpp>
#include <algorithm>
#include <cassert>
using namespace std;

View File

@ -23,7 +23,6 @@
#include <gtsam/base/types.h>
#include <gtsam/base/Value.h>
#include <boost/make_shared.hpp>
#include <boost/pool/pool_alloc.hpp>
#include <cmath>

View File

@ -21,7 +21,6 @@
#include <gtsam/config.h> // Configuration from CMake
#include <gtsam/base/Vector.h>
#include <boost/make_shared.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/assume_abstract.hpp>
#include <memory>

View File

@ -21,7 +21,6 @@
#include <Eigen/Core>
#include <boost/make_shared.hpp>
#include <type_traits>

View File

@ -20,7 +20,6 @@
#include <CppUnitLite/TestHarness.h>
#include <boost/make_shared.hpp>
#include <iostream>
#include <set>

View File

@ -22,7 +22,6 @@
#include <vector>
#include <list>
#include <memory>
#include <boost/make_shared.hpp>
using namespace gtsam;

View File

@ -28,7 +28,6 @@
#include <vector>
#include <string>
#include <memory>
#include <boost/make_shared.hpp>
namespace gtsam {

View File

@ -19,7 +19,6 @@
#include <gtsam/global_includes.h>
#include <memory>
#include <boost/make_shared.hpp>
#ifdef GTSAM_USE_TBB
#include <tbb/task_group.h> // tbb::task_group

View File

@ -23,7 +23,6 @@
#include <algorithm>
#include <boost/format.hpp>
#include <boost/make_shared.hpp>
#include <cmath>
#include <fstream>

View File

@ -22,7 +22,6 @@
#include <gtsam/discrete/DecisionTreeFactor.h>
#include <gtsam/discrete/DiscreteConditional.h>
#include <boost/make_shared.hpp>
#include <boost/format.hpp>
#include <utility>

View File

@ -20,7 +20,6 @@
#include <gtsam/discrete/DiscreteConditional.h>
#include <gtsam/inference/FactorGraph-inst.h>
#include <boost/make_shared.hpp>
#include <boost/range/adaptor/reversed.hpp>
namespace gtsam {

View File

@ -23,7 +23,6 @@
#include <gtsam/hybrid/HybridValues.h>
#include <algorithm>
#include <boost/make_shared.hpp>
#include <random>
#include <set>
#include <stdexcept>

View File

@ -22,7 +22,6 @@
#include <gtsam/discrete/DecisionTreeFactor.h>
#include <gtsam/discrete/Signature.h>
#include <boost/make_shared.hpp>
#include <memory>
#include <string>
#include <vector>

View File

@ -25,7 +25,6 @@
#include <gtsam/inference/Ordering.h>
#include <gtsam/base/FastSet.h>
#include <boost/make_shared.hpp>
#include <string>
#include <utility>
#include <vector>

View File

@ -23,7 +23,6 @@
#include <gtsam/discrete/DiscreteConditional.h>
#include <gtsam/inference/Symbol.h>
#include <boost/make_shared.hpp>
using namespace std;
using namespace gtsam;

View File

@ -21,7 +21,6 @@
#include <gtsam/geometry/CalibratedCamera.h>
#include <gtsam/geometry/Point2.h>
#include <boost/make_shared.hpp>
namespace gtsam {

View File

@ -25,7 +25,6 @@
#include <gtsam/inference/Key.h>
#include <gtsam/linear/GaussianConditional.h>
#include <boost/make_shared.hpp>
#include <memory>
#include <stdexcept>
#include <string>

View File

@ -17,7 +17,6 @@
*/
#pragma once
#include <boost/make_shared.hpp>
#include <stack>
#include <gtsam/base/timing.h>

View File

@ -30,7 +30,6 @@
#include <Eigen/Core> // for Eigen::aligned_allocator
#include <boost/assign/list_inserter.hpp>
#include <boost/make_shared.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/vector.hpp>

View File

@ -30,7 +30,6 @@
#include <gtsam/base/timing.h>
#include <boost/format.hpp>
#include <boost/make_shared.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/range/adaptor/transformed.hpp>
#include <boost/range/adaptor/map.hpp>

View File

@ -23,7 +23,6 @@
#include <gtsam/base/SymmetricBlockMatrix.h>
#include <gtsam/base/FastVector.h>
#include <boost/make_shared.hpp>
namespace gtsam {

View File

@ -32,7 +32,6 @@
#include <gtsam/base/cholesky.h>
#include <boost/format.hpp>
#include <boost/make_shared.hpp>
#include <boost/array.hpp>
#include <boost/range/algorithm/copy.hpp>
#include <boost/range/adaptor/indirected.hpp>

View File

@ -24,7 +24,6 @@
#include <gtsam/global_includes.h>
#include <gtsam/inference/VariableSlots.h>
#include <boost/make_shared.hpp>
#include <boost/serialization/version.hpp>
#include <boost/serialization/split_member.hpp>

View File

@ -26,7 +26,6 @@
#include <gtsam/linear/HessianFactor.h>
#include <gtsam/base/Testable.h>
#include <boost/make_shared.hpp>
using namespace std;

View File

@ -20,7 +20,6 @@
#include <gtsam/base/timing.h>
#include <boost/format.hpp>
#include <boost/make_shared.hpp>
#include <cmath>
#include <iostream>

View File

@ -27,7 +27,6 @@
#include <gtsam/linear/GaussianBayesNet.h>
#include <gtsam/hybrid/HybridValues.h>
#include <boost/make_shared.hpp>
#include <iostream>
#include <sstream>

View File

@ -22,7 +22,6 @@
#include "PreintegrationBase.h"
#include <gtsam/base/numericalDerivative.h>
#include <boost/make_shared.hpp>
using namespace std;

View File

@ -17,7 +17,6 @@
#pragma once
#include <gtsam/navigation/PreintegratedRotation.h>
#include <boost/make_shared.hpp>
namespace gtsam {

View File

@ -17,7 +17,6 @@
#include "TangentPreintegration.h"
#include <gtsam/base/numericalDerivative.h>
#include <boost/make_shared.hpp>
using namespace std;

View File

@ -24,7 +24,6 @@
#include <gtsam/base/OptionalJacobian.h>
#include <gtsam/base/VectorSpace.h>
#include <boost/make_shared.hpp>
#include <map>
// Forward declare tests

View File

@ -18,7 +18,6 @@
#include <gtsam/hybrid/HybridValues.h>
#include <gtsam/nonlinear/NonlinearFactor.h>
#include <boost/make_shared.hpp>
#include <boost/format.hpp>
namespace gtsam {

View File

@ -31,7 +31,6 @@
#include <optional>
#include <boost/serialization/optional.hpp>
#include <boost/make_shared.hpp>
#include <vector>
namespace gtsam {

View File

@ -27,7 +27,6 @@
#include <gtsam/slam/dataset.h>
#include <optional>
#include <boost/make_shared.hpp>
#include <vector>
namespace gtsam {

View File

@ -19,7 +19,6 @@
#include <gtsam/nonlinear/NonlinearFactor.h>
#include <gtsam/geometry/CalibratedCamera.h>
#include <boost/make_shared.hpp>
#include <boost/lexical_cast.hpp>
namespace gtsam {

View File

@ -24,7 +24,6 @@
#include <gtsam/base/timing.h>
#include <memory>
#include <boost/make_shared.hpp>
#include <utility>

View File

@ -22,7 +22,6 @@
#include <gtsam/base/Testable.h>
#include <memory>
#include <boost/make_shared.hpp>
#include <utility>

View File

@ -15,7 +15,6 @@
* @author Frank Dellaert
*/
#include <boost/make_shared.hpp>
#include <gtsam/inference/FactorGraph-inst.h>
#include <gtsam/inference/EliminateableFactorGraph-inst.h>

View File

@ -24,7 +24,6 @@
#include <CppUnitLite/TestHarness.h>
#include <boost/make_shared.hpp>
using namespace std;
using namespace gtsam;

View File

@ -15,7 +15,6 @@
* @author Frank Dellaert
*/
#include <boost/make_shared.hpp>
#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/TestableAssertions.h>

View File

@ -21,7 +21,6 @@
#include <gtsam/inference/Symbol.h>
#include <gtsam/symbolic/SymbolicEliminationTree.h>
#include <boost/make_shared.hpp>
#include <vector>
#include "symbolicExampleGraphs.h"

View File

@ -21,7 +21,6 @@
#include <gtsam/symbolic/SymbolicConditional.h>
#include <gtsam/symbolic/SymbolicFactorGraph.h>
#include <boost/make_shared.hpp>
#include <boost/tuple/tuple.hpp>
using namespace std;

View File

@ -9,7 +9,6 @@
#include <gtsam_unstable/discrete/AllDiff.h>
#include <gtsam_unstable/discrete/Domain.h>
#include <boost/make_shared.hpp>
#include <optional>
namespace gtsam {

View File

@ -9,7 +9,6 @@
#include <gtsam/discrete/DecisionTreeFactor.h>
#include <gtsam_unstable/discrete/Domain.h>
#include <boost/make_shared.hpp>
#include <sstream>
namespace gtsam {

View File

@ -10,7 +10,6 @@
#include <gtsam_unstable/discrete/Domain.h>
#include <gtsam_unstable/discrete/SingleValue.h>
#include <boost/make_shared.hpp>
namespace gtsam {

View File

@ -17,7 +17,6 @@
*/
#include <gtsam/linear/NoiseModel.h>
#include <boost/make_shared.hpp>
namespace gtsam {

View File

@ -6,7 +6,6 @@
* Description: generic graph types used in partitioning
*/
#include <iostream>
#include <boost/make_shared.hpp>
#include <boost/lexical_cast.hpp>
#include <gtsam/base/DSFVector.h>

View File

@ -8,7 +8,6 @@
#pragma once
#include <boost/make_shared.hpp>
#include "partition/FindSeparator-inl.h"
#include "OrderedSymbols.h"

View File

@ -6,7 +6,6 @@
* Description: unit tests for FindSeparator
*/
#include <boost/make_shared.hpp>
#include <CppUnitLite/TestHarness.h>
#include <gtsam_unstable/partition/FindSeparator-inl.h>

View File

@ -10,7 +10,6 @@
#include <CppUnitLite/TestHarness.h>
#include <boost/make_shared.hpp>
#include <map>

View File

@ -6,7 +6,6 @@
* Description: unit tests for NestedDissection
*/
#include <boost/make_shared.hpp>
#include <CppUnitLite/TestHarness.h>
#include "SubmapPlanarSLAM.h"

View File

@ -30,7 +30,6 @@
#include <gtsam/slam/dataset.h>
#include <gtsam_unstable/dllexport.h>
#include <boost/make_shared.hpp>
#include <boost/serialization/optional.hpp>
#include <optional>
#include <vector>