All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 27/27] qapi: remove needless include
@ 2022-03-16  9:55 marcandre.lureau
  2022-03-16 12:20 ` Markus Armbruster
  0 siblings, 1 reply; 2+ messages in thread
From: marcandre.lureau @ 2022-03-16  9:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau, Markus Armbruster, Michael Roth

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 qapi/qapi-forward-visitor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/qapi/qapi-forward-visitor.c b/qapi/qapi-forward-visitor.c
index 4ea7e0bec3f5..e36d9bc9ba7e 100644
--- a/qapi/qapi-forward-visitor.c
+++ b/qapi/qapi-forward-visitor.c
@@ -23,7 +23,6 @@
 #include "qapi/qmp/qnum.h"
 #include "qapi/qmp/qstring.h"
 #include "qemu/cutils.h"
-#include "qemu/option.h"
 
 struct ForwardFieldVisitor {
     Visitor visitor;
-- 
2.35.1.273.ge6ebfd0e8cbb



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 27/27] qapi: remove needless include
  2022-03-16  9:55 [PATCH 27/27] qapi: remove needless include marcandre.lureau
@ 2022-03-16 12:20 ` Markus Armbruster
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Armbruster @ 2022-03-16 12:20 UTC (permalink / raw)
  To: marcandre.lureau; +Cc: Michael Roth, qemu-devel, Markus Armbruster

marcandre.lureau@redhat.com writes:

> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  qapi/qapi-forward-visitor.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/qapi/qapi-forward-visitor.c b/qapi/qapi-forward-visitor.c
> index 4ea7e0bec3f5..e36d9bc9ba7e 100644
> --- a/qapi/qapi-forward-visitor.c
> +++ b/qapi/qapi-forward-visitor.c
> @@ -23,7 +23,6 @@
>  #include "qapi/qmp/qnum.h"
>  #include "qapi/qmp/qstring.h"
>  #include "qemu/cutils.h"
> -#include "qemu/option.h"
>  
>  struct ForwardFieldVisitor {
>      Visitor visitor;

Reviewed-by: Markus Armbruster <armbru@redhat.com>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-16 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16  9:55 [PATCH 27/27] qapi: remove needless include marcandre.lureau
2022-03-16 12:20 ` Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.