More reductions in included lines.
parent
0a5f220534
commit
7dca1d76a5
|
|
@ -21,7 +21,7 @@
|
|||
#include <gtsam/base/FastDefaultAllocator.h>
|
||||
|
||||
#include <set>
|
||||
#include <iostream>
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
#include <boost/mpl/has_xxx.hpp>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#include <boost/pool/pool_alloc.hpp>
|
||||
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
#include <iosfwd>
|
||||
#include <typeinfo> // operator typeid
|
||||
|
||||
namespace gtsam {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
// \callgraph
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <gtsam/base/Vector.h>
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include <cstdarg>
|
||||
#include <limits>
|
||||
//#include <iostream>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
|
@ -28,7 +27,7 @@
|
|||
#include <boost/foreach.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <cstdio>
|
||||
#include <vector> //added by alex
|
||||
#include <vector>
|
||||
#include <gtsam/base/Vector.h>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -21,12 +21,7 @@
|
|||
|
||||
#pragma once
|
||||
#include <list>
|
||||
//#include <vector>
|
||||
//#include <iostream>
|
||||
#include <gtsam/global_includes.h>
|
||||
//#include <gtsam/3rdparty/gtsam_eigen_includes.h>
|
||||
//#include <gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h>
|
||||
//#include <gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h>
|
||||
#include <gtsam/3rdparty/Eigen/Eigen/Core>
|
||||
namespace gtsam {
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
//#include <iostream>
|
||||
#include <gtsam/base/types.h>
|
||||
#include <gtsam/inference/Symbol.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,10 +21,11 @@
|
|||
|
||||
#include <gtsam/dllexport.h>
|
||||
#include <gtsam/config.h>
|
||||
|
||||
//#include <iosfwd>
|
||||
#include <iostream>
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
#include <boost/function/function1.hpp>
|
||||
#include <boost/range/concepts.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <gtsam/geometry/Pose3.h>
|
||||
#include <gtsam/geometry/Unit3.h>
|
||||
#include <gtsam/geometry/Point2.h>
|
||||
#include <iostream>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace gtsam {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue