Remove duplicate definition of SimulationTime
- the "using SimulationTime=..." directive was moved to Common/time_utils.h and renamed to "using Time=...". Please use this one
- SimulationTime was then redefined in Common/simulation_time.h as "struct" to hold the simulation time (current&delta)
Signed-off-by: Andreas Rauschert andreas.rb.rauschert@bmw.de