summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/aucat.c
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2016-09-30 08:43:24 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2016-09-30 08:43:24 +0000
commit4d2cdee03ff5d06c9e61f21e8c140b7b7e68c81b (patch)
tree6856905cb8c9ba7bd13a6628f70e43aef62c3be8 /usr.bin/aucat/aucat.c
parent84fcebbfd80d60520ecc9a5312a1dc74e52c13f1 (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.c2
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>