X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2Fsunsolver.hxx;h=8c98812dccd4c31465c533f85486d1c497d75a82;hb=ba257eeecf3ef8aadf1816dbd6d578fd69ff8ed4;hp=28ae241a441739e8b4f789891c33f0792b89cc85;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Time/sunsolver.hxx b/src/Time/sunsolver.hxx index 28ae241a4..8c98812dc 100644 --- a/src/Time/sunsolver.hxx +++ b/src/Time/sunsolver.hxx @@ -34,11 +34,7 @@ #include -#ifdef SG_HAVE_STD_INCLUDES -# include -#else -# include -#endif +#include /** * Given the current unix time in seconds, calculate seconds to the @@ -61,4 +57,5 @@ time_t fgTimeSecondsUntilSunAngle( time_t cur_time, */ void fgSunPositionGST(double gst, double *lon, double *lat); + #endif /* _SUNSOLVER_HXX */