diff options
| author | Marc-André Lureau | 2017-10-23 16:18:08 +0200 |
|---|---|---|
| committer | Eduardo Habkost | 2018-01-19 14:18:51 +0100 |
| commit | e3ab04deb036a707fdf1ca0418cb80c4cd9302f9 (patch) | |
| tree | ccbc42c58a34cc70512b15d90cef251acc4a624a | |
| parent | memfd: split qemu_memfd_alloc() (diff) | |
| download | qemu-e3ab04deb036a707fdf1ca0418cb80c4cd9302f9.tar.gz qemu-e3ab04deb036a707fdf1ca0418cb80c4cd9302f9.tar.xz qemu-e3ab04deb036a707fdf1ca0418cb80c4cd9302f9.zip | |
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>
| -rw-r--r-- | util/memfd.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <glib/gprintf.h> - #include "qemu/memfd.h" #if defined CONFIG_LINUX && !defined CONFIG_MEMFD |
