aboutsummaryrefslogtreecommitdiff
path: root/programs/timefn.h
diff options
context:
space:
mode:
Diffstat (limited to 'programs/timefn.h')
-rw-r--r--programs/timefn.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/programs/timefn.h b/programs/timefn.h
index d1ddd31b1c00..2db3765b9308 100644
--- a/programs/timefn.h
+++ b/programs/timefn.h
@@ -19,12 +19,6 @@ extern "C" {
/*-****************************************
* Dependencies
******************************************/
-#include <sys/types.h> /* utime */
-#if defined(_MSC_VER)
-# include <sys/utime.h> /* utime */
-#else
-# include <utime.h> /* utime */
-#endif
#include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */