Remove duplicate daemon.c and time.h.

This commit is contained in:
Nicholas Marriott 2016-06-27 10:57:02 +01:00
parent 93f42d360b
commit 25e128d398
2 changed files with 0 additions and 4 deletions

View File

@ -198,9 +198,6 @@ endif
if NO_DAEMON
nodist_tmux_SOURCES += compat/daemon.c
endif
if NO_DAEMON
nodist_tmux_SOURCES += compat/daemon.c
endif
if NO_GETPROGNAME
nodist_tmux_SOURCES += compat/getprogname.c
endif

View File

@ -29,7 +29,6 @@
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <time.h>
#include "tmux.h"