From 221116b2dab34ee120e8aa9fe202518df96b5a8c Mon Sep 17 00:00:00 2001 From: Peter Albrecht <albrecpe@gmail.com> Date: Tue, 17 Dec 2024 21:54:40 +0100 Subject: [PATCH] fix: change include ordering and turn off clang-format locally --- .../units/RobotUnit/util/ControlThreadOutputBuffer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/RobotAPI/components/units/RobotUnit/util/ControlThreadOutputBuffer.h b/source/RobotAPI/components/units/RobotUnit/util/ControlThreadOutputBuffer.h index 29c511539..984cd760c 100644 --- a/source/RobotAPI/components/units/RobotUnit/util/ControlThreadOutputBuffer.h +++ b/source/RobotAPI/components/units/RobotUnit/util/ControlThreadOutputBuffer.h @@ -24,11 +24,13 @@ #include <vector> -#include <ArmarXCore/core/exceptions/local/ExpressionException.h> +// clang-format off #include <ArmarXCore/core/logging/LoggingUtil.h> // THIS NEEDS TO BE INCLUDED BEFORE EXPRESSION EXCEPTION #include <ArmarXCore/core/util/PropagateConst.h> #include <ArmarXCore/core/util/StringHelperTemplates.h> #include <ArmarXCore/core/util/TripleBuffer.h> +#include <ArmarXCore/core/exceptions/local/ExpressionException.h> +// clang-format on #include "../ControlTargets/ControlTargetBase.h" #include "../Devices/ControlDevice.h" -- GitLab