mirror of https://gitee.com/openkylin/qemu.git
memfd: remove needless include
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20171023141815.17709-3-marcandre.lureau@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
dcff1035df
commit
e3ab04deb0
|
@ -27,8 +27,6 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
|
||||
#include <glib/gprintf.h>
|
||||
|
||||
#include "qemu/memfd.h"
|
||||
|
||||
#if defined CONFIG_LINUX && !defined CONFIG_MEMFD
|
||||
|
|
Loading…
Reference in New Issue