From 304e56585308dbdaeb9c9f565560c63b193a8274 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Tue, 25 Nov 2025 16:52:12 +0100 Subject: [PATCH] refactor: include --- Include/MyIncludes/MACD_SuperSmoother_Calculator.mqh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Include/MyIncludes/MACD_SuperSmoother_Calculator.mqh b/Include/MyIncludes/MACD_SuperSmoother_Calculator.mqh index 76ea791..7164019 100644 --- a/Include/MyIncludes/MACD_SuperSmoother_Calculator.mqh +++ b/Include/MyIncludes/MACD_SuperSmoother_Calculator.mqh @@ -5,8 +5,8 @@ //+------------------------------------------------------------------+ #property copyright "Copyright 2025, xxxxxxxx" -#include "Ehlers_Smoother_Calculator.mqh" -#include "MovingAverage_Engine.mqh" +#include +#include //--- Universal enum for all smoothing types --- enum ENUM_SMOOTHING_METHOD