mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-29 04:52:22 -06:00
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: Mike McCormack <mikem@ring3k.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
8e84865e54
commit
708f2ada7d
2 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/eventfd.h>
|
|
||||||
#include "vhost.h"
|
#include "vhost.h"
|
||||||
#include "hw/hw.h"
|
#include "hw/hw.h"
|
||||||
/* For range_get_last */
|
/* For range_get_last */
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
#ifdef CONFIG_VHOST_NET
|
#ifdef CONFIG_VHOST_NET
|
||||||
#include <linux/vhost.h>
|
#include <linux/vhost.h>
|
||||||
#include <sys/eventfd.h>
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <linux/kvm.h>
|
#include <linux/kvm.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue