aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-11-04 12:37:11 +0100
committerMattias Andrée <maandree@kth.se>2017-11-04 12:37:11 +0100
commit0e678411cb09a62b7baa8c0cd4e8f2c46ed3129f (patch)
treee1cd9201146609021e7cc43291edcd17ffab670a
parentChange buf size (diff)
downloadsbus-0e678411cb09a62b7baa8c0cd4e8f2c46ed3129f.tar.gz
sbus-0e678411cb09a62b7baa8c0cd4e8f2c46ed3129f.tar.bz2
sbus-0e678411cb09a62b7baa8c0cd4e8f2c46ed3129f.tar.xz
Remove unused headers
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--sbusd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbusd.c b/sbusd.c
index 2da0fed..1f26a2c 100644
--- a/sbusd.c
+++ b/sbusd.c
@@ -1,6 +1,5 @@
/* See LICENSE file for copyright and license details. */
#include <sys/epoll.h>
-#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
@@ -15,7 +14,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stropts.h>
#include <time.h>
#include <unistd.h>