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 /client.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 'client.c')
-rw-r--r-- | client.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -25,8 +25,6 @@ #include <errno.h> #include <event.h> -#include <fcntl.h> -#include <pwd.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |