summaryrefslogtreecommitdiff
path: root/src/time/CLOCKS_PER_SEC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/CLOCKS_PER_SEC.c')
-rw-r--r--src/time/CLOCKS_PER_SEC.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/time/CLOCKS_PER_SEC.c b/src/time/CLOCKS_PER_SEC.c
index 7ef4bb89..e8e8350d 100644
--- a/src/time/CLOCKS_PER_SEC.c
+++ b/src/time/CLOCKS_PER_SEC.c
@@ -1,4 +1,3 @@
-#include <time.h>
#define CLOCKS_PER_SEC ((clock_t)1000000)
/** clock ticks per second **/