From dc8ee70149ec84feb1abfeb5fea469895aacd4b5 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Fri, 4 Oct 2024 06:07:25 -0700 Subject: [PATCH] test moving header file Signed-off-by: Nate Koenig --- src/ServerPrivate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServerPrivate.cc b/src/ServerPrivate.cc index 06a15b0794..f93d4bbab8 100644 --- a/src/ServerPrivate.cc +++ b/src/ServerPrivate.cc @@ -14,6 +14,7 @@ * limitations under the License. * */ +#include "MeshInertiaCalculator.hh" #include "ServerPrivate.hh" #include @@ -35,7 +36,6 @@ #include #include "gz/sim/Util.hh" -#include "MeshInertiaCalculator.hh" #include "SimulationRunner.hh" using namespace gz;