summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-10-17 18:48:22 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-10-17 18:48:22 +0100
commite0527d773144fef667addb5b4f24045c7d8aaa99 (patch)
tree96d788944e982983e35f8551309feb39e97570d1
parentc06c14fb299549adeb32c5021032374686e5d682 (diff)
time.h is not needed now tzset() is not in log.c.
-rw-r--r--log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/log.c b/log.c
index adb65702..536af173 100644
--- a/log.c
+++ b/log.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <time.h>
#include "tmux.h"