From cee3f2a355b11ceebfce4bf59351295962c7f411 Mon Sep 17 00:00:00 2001 From: Manohar Paluri Date: Wed, 9 Dec 2009 22:53:44 +0000 Subject: [PATCH] fixed recursive inclusion. Was giving error when you build gtsam --- cpp/GaussianBayesTree.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/GaussianBayesTree.h b/cpp/GaussianBayesTree.h index 549cd057b..86b3d6baa 100644 --- a/cpp/GaussianBayesTree.h +++ b/cpp/GaussianBayesTree.h @@ -19,7 +19,6 @@ #include "BayesTree.h" #include "VectorConfig.h" #include "GaussianConditional.h" -#include "GaussianBayesTree.h" namespace gtsam {