]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/sunsolver.cxx
Sync. w. JSBSim CVS
[flightgear.git] / src / Time / sunsolver.cxx
index 643fbb83a37277d2b89ed9409a971868257fc6a2..a6d69e597b6b61fcd1b4fdee5403ee604ce7efef 100644 (file)
 #      include <config.h>
 #endif
 
-#ifdef SG_HAVE_STD_INCLUDES
-#  include <cmath>
-#  include <ctime>
-#  ifdef macintosh
-     SG_USING_STD(time_t);
-#  endif
-#else
-#  include <math.h>
-#  include <time.h>
-#endif
+#include <cmath>
+#include <ctime>
 
 #include <simgear/math/SGMath.hxx>
 #include <simgear/ephemeris/ephemeris.hxx>