commit f5d039f7156956e52161605fa71715a2d1d7c3c8
parent fb3b1dda1ebf4b5709bdec7a821a33d69ce01f6a
Author: parazyd <parazyd@dyne.org>
Date: Mon, 5 Feb 2018 16:38:33 +0100
Remove ioctl include in sacc.c
This was a leftover from ui split
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/sacc.c b/sacc.c
@@ -8,12 +8,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || \
- defined(__FreeBSD__)
-#include <sys/ioctl.h>
-#else
-#include <stropts.h>
-#endif
#include <unistd.h>
#include <sys/socket.h>
#include <sys/stat.h>