changed include order to be more logical
parent
91ff36c5da
commit
3f937fdba4
|
@ -15,9 +15,9 @@ using namespace boost::assign;
|
|||
|
||||
#include <gtsam/base/numericalDerivative.h>
|
||||
#include <gtsam/inference/Ordering.h>
|
||||
#include <gtsam/slam/smallExample.h>
|
||||
#include <gtsam/linear/SubgraphPreconditioner.h>
|
||||
#include <gtsam/linear/iterative-inl.h>
|
||||
#include <gtsam/slam/smallExample.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace gtsam;
|
||||
|
|
Loading…
Reference in New Issue