header bloat

release/4.3a0
Frank Dellaert 2011-09-03 19:20:56 +00:00
parent 15703d2155
commit 94f4f2959e
2 changed files with 4 additions and 4 deletions

View File

@ -18,13 +18,14 @@
* @author Frank Dellaert
*/
#include <gtsam/linear/HessianFactor.h>
#include <gtsam/linear/GaussianFactorGraph.h>
#include <gtsam/inference/VariableSlots.h>
#include <gtsam/inference/FactorGraph-inl.h>
#include <gtsam/base/debug.h>
#include <gtsam/base/timing.h>
#include <gtsam/base/cholesky.h>
#include <gtsam/inference/VariableSlots.h>
#include <gtsam/linear/GaussianFactorGraph.h>
#include <gtsam/inference/FactorGraph-inl.h>
using namespace std;
using namespace gtsam;

View File

@ -26,7 +26,6 @@
#include <gtsam/base/FastSet.h>
#include <gtsam/linear/Errors.h>
#include <gtsam/linear/JacobianFactor.h>
#include <gtsam/linear/HessianFactor.h>
#include <gtsam/linear/GaussianBayesNet.h>
namespace gtsam {