1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

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

This commit is contained in:
Nicholas Marriott 2015-10-17 18:48:22 +01:00
parent c06c14fb29
commit e0527d7731

1
log.c
View File

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