changed include order to be more logical

release/4.3a0
Frank Dellaert 2010-09-20 21:02:32 +00:00
parent 91ff36c5da
commit 3f937fdba4
1 changed files with 1 additions and 1 deletions

View File

@ -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;