time.h is not needed now tzset() is not in log.c.

pull/162/head
Nicholas Marriott 2015-10-17 18:48:22 +01:00
parent c06c14fb29
commit e0527d7731
1 changed files with 0 additions and 1 deletions

1
log.c
View File

@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "tmux.h"