Index: firmware/App/Controllers/PistonPumpControl.h =================================================================== diff -u -r289ff659b85cfeee55ea707e31dcd762616685b5 -r322747d530c1b8205be257557e53dcfe9caad50a --- firmware/App/Controllers/PistonPumpControl.h (.../PistonPumpControl.h) (revision 289ff659b85cfeee55ea707e31dcd762616685b5) +++ firmware/App/Controllers/PistonPumpControl.h (.../PistonPumpControl.h) (revision 322747d530c1b8205be257557e53dcfe9caad50a) @@ -14,15 +14,15 @@ * @date (original) 07-Jan-2025 * ***************************************************************************/ +#ifdef __PUMPTEST__ #ifndef __PISTON_PUMP_CONTROL_H__ #define __PISTON_PUMP_CONTROL_H__ -#ifdef __PUMPTEST__ - #include "DDCommon.h" #include "DDDefs.h" + /** * @defgroup PistonPumpControl PistonPumpControl * @brief PistonPumpControl unit. Performs Dosing and ultrafilteration functions via a state machine.