From 8731755ab4dc79f95f0a5ed8dfc8ae3bb9536256 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 2 Jun 2008 22:09:49 +0000 Subject: Add a windowonly generic command and use it where appropriate. Also trim includes and unused. --- cmd-detach-client.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cmd-detach-client.c') diff --git a/cmd-detach-client.c b/cmd-detach-client.c index fd0e5f55..f93df01b 100644 --- a/cmd-detach-client.c +++ b/cmd-detach-client.c @@ -1,4 +1,4 @@ -/* $Id: cmd-detach-client.c,v 1.2 2008-06-02 18:08:16 nicm Exp $ */ +/* $Id: cmd-detach-client.c,v 1.3 2008-06-02 22:09:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -18,8 +18,6 @@ #include -#include - #include "tmux.h" /* -- cgit