From 25e128d39816ffe1fd1867593c551a01f7b10dd3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 27 Jun 2016 10:57:02 +0100 Subject: Remove duplicate daemon.c and time.h. --- Makefile.am | 3 --- window.c | 1 - 2 files changed, 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 #include #include -#include #include "tmux.h" -- cgit