[Qemu-devel] [PATCH v5 2/6] memfd: remove needless include

Marc-André Lureau posted 6 patches 8 years, 3 months ago
There is a newer version of this series
[Qemu-devel] [PATCH v5 2/6] memfd: remove needless include
Posted by Marc-André Lureau 8 years, 3 months ago
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 util/memfd.c | 2 --
 1 file changed, 2 deletions(-)

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
-- 
2.15.0.rc0.40.gaefcc5f6f


Re: [Qemu-devel] [PATCH v5 2/6] memfd: remove needless include
Posted by Philippe Mathieu-Daudé 8 years, 3 months ago
On 10/23/2017 06:59 AM, Marc-André Lureau wrote:
> 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 --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
>