diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | window.c | 1 |
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 @@ -29,7 +29,6 @@ #include <termios.h> #include <time.h> #include <unistd.h> -#include <time.h> #include "tmux.h" |