From 3f937fdba4d2a918402f2e6c7e0a7c6b61bba757 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Mon, 20 Sep 2010 21:02:32 +0000 Subject: [PATCH] changed include order to be more logical --- tests/testSubgraphPreconditioner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testSubgraphPreconditioner.cpp b/tests/testSubgraphPreconditioner.cpp index 774600eeb..ae6acda57 100644 --- a/tests/testSubgraphPreconditioner.cpp +++ b/tests/testSubgraphPreconditioner.cpp @@ -15,9 +15,9 @@ using namespace boost::assign; #include #include -#include #include #include +#include using namespace std; using namespace gtsam;