summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--threads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/threads.c b/threads.c
index 383c8ab..4b7b925 100644
--- a/threads.c
+++ b/threads.c
@@ -1,5 +1,4 @@
#include "threads.h"
-#include <time.h>
#include <errno.h>
#define sema_err (thrd_success - 1)
#define NSEC_PER_SEC ((time_t)1000000000L)