diff options
author | nicm <nicm> | 2014-04-17 11:38:35 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-04-17 11:38:35 +0000 |
commit | bce952777a491c5099693e2c256a14e51aecfaa6 (patch) | |
tree | 65cb747d9eb539e2f59b175b93922c0bfaff0b85 /cmd-lock-server.c | |
parent | 2e98c9057de6c5700ca01bd58932373b103ef976 (diff) | |
download | rtmux-bce952777a491c5099693e2c256a14e51aecfaa6.tar.gz rtmux-bce952777a491c5099693e2c256a14e51aecfaa6.tar.bz2 rtmux-bce952777a491c5099693e2c256a14e51aecfaa6.zip |
Remove some unnecessary includes and fix a typo.
Diffstat (limited to 'cmd-lock-server.c')
-rw-r--r-- | cmd-lock-server.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd-lock-server.c b/cmd-lock-server.c index 97c86c1e..757c2e3f 100644 --- a/cmd-lock-server.c +++ b/cmd-lock-server.c @@ -18,10 +18,6 @@ #include <sys/types.h> -#include <pwd.h> -#include <string.h> -#include <unistd.h> - #include "tmux.h" /* |