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. --- window.c | 1 - 1 file changed, 1 deletion(-) (limited to 'window.c') 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