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 /window.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 'window.c')
-rw-r--r-- | window.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -17,14 +17,10 @@ */ #include <sys/types.h> -#include <sys/ioctl.h> #include <errno.h> #include <fcntl.h> #include <fnmatch.h> -#include <paths.h> -#include <pwd.h> -#include <signal.h> #include <stdint.h> #include <stdlib.h> #include <string.h> |