diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-06-27 10:57:02 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-06-27 10:57:02 +0100 |
commit | 25e128d39816ffe1fd1867593c551a01f7b10dd3 (patch) | |
tree | 09aac0e65db45ac3e622e4474bc3e6f668fadbf2 | |
parent | 93f42d360b8dbeff738992c15067d608ead16c21 (diff) | |
download | rtmux-25e128d39816ffe1fd1867593c551a01f7b10dd3.tar.gz rtmux-25e128d39816ffe1fd1867593c551a01f7b10dd3.tar.bz2 rtmux-25e128d39816ffe1fd1867593c551a01f7b10dd3.zip |
Remove duplicate daemon.c and time.h.
-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" |