From 1129b384b2010c76c94fc5f04b00e46a9d864476 Mon Sep 17 00:00:00 2001 From: dellaert Date: Sun, 25 May 2014 16:03:28 -0400 Subject: [PATCH] Header order --- wrap/tests/testWrap.cpp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/wrap/tests/testWrap.cpp b/wrap/tests/testWrap.cpp index 8bf2c1412..2cf152a7d 100644 --- a/wrap/tests/testWrap.cpp +++ b/wrap/tests/testWrap.cpp @@ -15,16 +15,18 @@ * @author Frank Dellaert **/ +#include +#include + +#include + +#include +#include + #include #include #include #include -#include -#include -#include - -#include -#include using namespace std; using namespace boost::assign;