]> xenbits.xensource.com Git - libvirt.git/commitdiff
virutil.c: do not include ioctl.h
authorJán Tomko <jtomko@redhat.com>
Mon, 23 Apr 2018 15:06:57 +0000 (17:06 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 14 May 2018 06:41:49 +0000 (08:41 +0200)
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>
src/util/virutil.c

index cd6fbf2f306a36303754a3a8c40f4c6c33c67c13..4b03fe60eb570b7d5961558b961d2ca335b90b86 100644 (file)
@@ -42,7 +42,6 @@
 #endif
 
 #include <sys/types.h>
-#include <sys/ioctl.h>
 #include <string.h>
 #include <termios.h>