remove unused include

This commit is contained in:
cylgom 2019-06-26 23:11:33 +02:00
commit ee41d926a0
No known key found for this signature in database
GPG key ID: D4F15259DD1D2D36

View file

@ -11,7 +11,7 @@
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <stropts.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <unistd.h>