X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTimeSource.hh;h=135230c12eb82ba49591a4d4bd3b61c8268621b0;hb=958bdb52c39fa39f4ef91cafd9628bcb4f85a03c;hp=d6fa2047e92293f3c909544cc64d9f0f9f9708c9;hpb=bdcb3db7ad903521f6dd8365b4208f163e0e61f5;p=senf.git diff --git a/Utils/Logger/TimeSource.hh b/Utils/Logger/TimeSource.hh index d6fa204..135230c 100644 --- a/Utils/Logger/TimeSource.hh +++ b/Utils/Logger/TimeSource.hh @@ -29,7 +29,7 @@ // Custom includes #include #include -#include "../../Scheduler/ClockService.hh" +#include "../../config.hh" //#include "TimeSource.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -37,7 +37,7 @@ namespace senf { namespace log { - typedef ClockService::clock_type time_type; + typedef config::time_type time_type; /** \brief Log message time source abstract base class