aboutsummaryrefslogtreecommitdiffstats
path: root/sbusd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbusd.c')
-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>