]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/timestamp.cxx
Don't waste space with too huge stl containers.
[simgear.git] / simgear / timing / timestamp.cxx
index dcda28ec9e7265cb8e577f6e26cc273f94ccd2af..f2eefcf583e5ab7db544921e8baadb72d0b7ce1f 100644 (file)
 #  include <simgear_config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-
 #include <simgear/compiler.h>
 
-#ifdef SG_HAVE_STD_INCLUDES
-#  include <ctime>
-#else
-#  include <time.h>
-#endif
+#include <ctime>
 
 #ifdef HAVE_SYS_TIMEB_H
 #  include <sys/timeb.h> // for ftime() and struct timeb