remove unused include

This commit is contained in:
nullgemm 2019-06-26 23:11:33 +02:00
commit bce0a161af

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>