diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-03 05:10:38 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-03 05:10:38 +0000 |
commit | eaee4dc800734a8ccebb78af02440a8e3d7769bd (patch) | |
tree | f69744d3896c8fd3fa03a0fd7ec7132357aae4f0 /cmd-list-keys.c | |
parent | 48490b14da295726a8e87ea105051c28d232df2e (diff) | |
download | rtmux-eaee4dc800734a8ccebb78af02440a8e3d7769bd.tar.gz rtmux-eaee4dc800734a8ccebb78af02440a8e3d7769bd.tar.bz2 rtmux-eaee4dc800734a8ccebb78af02440a8e3d7769bd.zip |
Quick and dirty kill-server command.
Diffstat (limited to 'cmd-list-keys.c')
-rw-r--r-- | cmd-list-keys.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cmd-list-keys.c b/cmd-list-keys.c index c5d622e9..2800512e 100644 --- a/cmd-list-keys.c +++ b/cmd-list-keys.c @@ -1,4 +1,4 @@ -/* $Id: cmd-list-keys.c,v 1.6 2008-06-02 18:08:16 nicm Exp $ */ +/* $Id: cmd-list-keys.c,v 1.7 2008-06-03 05:10:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -18,9 +18,6 @@ #include <sys/types.h> -#include <getopt.h> -#include <string.h> - #include "tmux.h" /* |