From: Marc-André Lureau Date: Mon, 23 Oct 2017 14:18:08 +0000 (+0100) Subject: memfd: remove needless include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3ab04deb036a707fdf1ca0418cb80c4cd9302f9;p=qemu.git memfd: remove needless include Signed-off-by: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20171023141815.17709-3-marcandre.lureau@redhat.com> Signed-off-by: Eduardo Habkost --- diff --git a/util/memfd.c b/util/memfd.c index 3a82505f8d..dce61f9d21 100644 --- a/util/memfd.c +++ b/util/memfd.c @@ -27,8 +27,6 @@ #include "qemu/osdep.h" -#include - #include "qemu/memfd.h" #if defined CONFIG_LINUX && !defined CONFIG_MEMFD