Commit 708f2ada authored by Mike McCormack's avatar Mike McCormack Committed by Aurelien Jarno
Browse files

Remove unused eventfd.h



This header is not present on my system and causes a build
failure, but is also not used in these files, so remove it.

Signed-off-by: default avatarMike McCormack <mikem@ring3k.org>
Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
parent 8e84865e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
 */

#include <sys/ioctl.h>
#include <sys/eventfd.h>
#include "vhost.h"
#include "hw/hw.h"
/* For range_get_last */
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@

#ifdef CONFIG_VHOST_NET
#include <linux/vhost.h>
#include <sys/eventfd.h>
#include <sys/socket.h>
#include <linux/kvm.h>
#include <fcntl.h>