diff mbox series

[v6,2/9] memfd: remove needless include

Message ID 20171023141815.17709-3-marcandre.lureau@redhat.com
State New
Headers show
Series Add memfd memory backend | expand

Commit Message

Marc-André Lureau Oct. 23, 2017, 2:18 p.m. UTC
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 util/memfd.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/util/memfd.c b/util/memfd.c
index e9c1a0e700..b5b7a41347 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"
 
 #ifdef CONFIG_MEMFD