virutil.c: do not include ioctl.h

Added by commit 61674cc, but we have started using
set_nonblocking_flag from gnulib in commit da3c4714

Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Ján Tomko 2018-04-23 17:06:57 +02:00
parent 51c030f839
commit d80881db3f

View File

@ -42,7 +42,6 @@
#endif
#include <sys/types.h>
#include <sys/ioctl.h>
#include <string.h>
#include <termios.h>