aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"