From 71154105e4c72969d83aa801583cf21b81f1d2ae Mon Sep 17 00:00:00 2001 From: Jaaaky <43599380+Jaaaky@users.noreply.github.com> Date: Thu, 16 Dec 2021 18:06:16 +0300 Subject: [PATCH] SITL: Fix multi #include's --- libraries/SITL/SIM_FETtecOneWireESC.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/SITL/SIM_FETtecOneWireESC.h b/libraries/SITL/SIM_FETtecOneWireESC.h index 683eb9785b..2d983e3b0e 100644 --- a/libraries/SITL/SIM_FETtecOneWireESC.h +++ b/libraries/SITL/SIM_FETtecOneWireESC.h @@ -39,15 +39,15 @@ param fetch #include "SIM_SerialDevice.h" +#include + #define SIM_FTW_DEBUGGING 0 #if SIM_FTW_DEBUGGING -#include #define simfet_debug(fmt, args ...) do {::fprintf(stderr,"SIMFET: %s:%d: " fmt "\n", __FUNCTION__, __LINE__, ## args); } while(0) #else #define simfet_debug(fmt, args ...) #endif -#include namespace SITL {