X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2Fevent.hxx;h=067876fc9db220fb22ddd040547520645f8d2f32;hb=26bfe067e99c2251b8355f397eaaea8a9530ff33;hp=f6a694938b546ce065b74904bcb956c72df6e2e6;hpb=485230b443de22c97d5c4ddfda98598fb52ce98a;p=flightgear.git diff --git a/src/Time/event.hxx b/src/Time/event.hxx index f6a694938..067876fc9 100644 --- a/src/Time/event.hxx +++ b/src/Time/event.hxx @@ -31,6 +31,7 @@ #include +#include #include @@ -38,12 +39,10 @@ #include // STL list #include STL_STRING -#include "fg_time.hxx" -#include "timestamp.hxx" -FG_USING_STD(deque); -FG_USING_STD(list); -FG_USING_STD(string); +SG_USING_STD(deque); +SG_USING_STD(list); +SG_USING_STD(string); class fgEVENT @@ -88,9 +87,9 @@ private: long interval; // interval in ms between each iteration of this event - FGTimeStamp last_run; - FGTimeStamp current; - FGTimeStamp next_run; + SGTimeStamp last_run; + SGTimeStamp current; + SGTimeStamp next_run; long cum_time; // cumulative processor time of this event long min_time; // time of quickest execution