Index: Valves.h =================================================================== diff -u -r56677b6fbb9360c79f2c8fea9725265ce13a7a84 -rfb98f0549bb8a155805f4da27c56bb1b319d9cd2 --- Valves.h (.../Valves.h) (revision 56677b6fbb9360c79f2c8fea9725265ce13a7a84) +++ Valves.h (.../Valves.h) (revision fb98f0549bb8a155805f4da27c56bb1b319d9cd2) @@ -17,9 +17,17 @@ #ifndef __VALVES_H__ #define __VALVES_H__ - + +#ifdef _DD_ #include "DDCommon.h" -#include "ValvesDD.h" +#include "ValvesDD.h" +#endif +#ifdef _TD_ +#include "TDCommon.h" +#endif +#ifdef _RO_ +#include "ROCommon.h" +#endif /** * @defgroup Valves Valves * @brief Valves driver module. Controls valves.