diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2016-09-30 08:43:24 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2016-09-30 08:43:24 +0000 |
commit | 4d2cdee03ff5d06c9e61f21e8c140b7b7e68c81b (patch) | |
tree | 6856905cb8c9ba7bd13a6628f70e43aef62c3be8 /usr.bin/aucat/aucat.c | |
parent | 84fcebbfd80d60520ecc9a5312a1dc74e52c13f1 (diff) |
Remove unnecessary includes. From Michael W. Bombardieri <mb at ii.net>.
Diffstat (limited to 'usr.bin/aucat/aucat.c')
-rw-r--r-- | usr.bin/aucat/aucat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c index 3cf85b03e2f..020b185769b 100644 --- a/usr.bin/aucat/aucat.c +++ b/usr.bin/aucat/aucat.c @@ -14,13 +14,11 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <fcntl.h> #include <errno.h> #include <limits.h> #include <poll.h> #include <signal.h> #include <sndio.h> -#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |