aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-06-27 10:57:02 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-06-27 10:57:02 +0100
commit25e128d39816ffe1fd1867593c551a01f7b10dd3 (patch)
tree09aac0e65db45ac3e622e4474bc3e6f668fadbf2
parent93f42d360b8dbeff738992c15067d608ead16c21 (diff)
downloadrtmux-25e128d39816ffe1fd1867593c551a01f7b10dd3.tar.gz
rtmux-25e128d39816ffe1fd1867593c551a01f7b10dd3.tar.bz2
rtmux-25e128d39816ffe1fd1867593c551a01f7b10dd3.zip
Remove duplicate daemon.c and time.h.
-rw-r--r--Makefile.am3
-rw-r--r--window.c1
2 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 723fb77d..1b411afd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
diff --git a/window.c b/window.c
index 20c7861f..3fb63406 100644
--- a/window.c
+++ b/window.c
@@ -29,7 +29,6 @@
#include <termios.h>
#include <time.h>
#include <unistd.h>
-#include <time.h>
#include "tmux.h"