Message ID | 20200313183652.10258-11-philmd@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | user-mode: Prune build dependencies (part 1) | expand |
On Fri, Mar 13, 2020 at 11:44 AM Philippe Mathieu-Daudé <philmd@redhat.com> wrote: > > Commit ffaee83bcb2 moved qmp_query_target but forgot to remove > this include. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Alistair > --- > arch_init.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch_init.c b/arch_init.c > index 705d0b94ad..074fa621b6 100644 > --- a/arch_init.c > +++ b/arch_init.c > @@ -27,7 +27,6 @@ > #include "sysemu/arch_init.h" > #include "hw/pci/pci.h" > #include "hw/audio/soundhw.h" > -#include "qapi/qapi-commands-misc.h" > #include "qapi/error.h" > #include "qemu/config-file.h" > #include "qemu/error-report.h" > -- > 2.21.1 > >
On 3/13/20 11:36 AM, Philippe Mathieu-Daudé wrote: > Commit ffaee83bcb2 moved qmp_query_target but forgot to remove > this include. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > arch_init.c | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
diff --git a/arch_init.c b/arch_init.c index 705d0b94ad..074fa621b6 100644 --- a/arch_init.c +++ b/arch_init.c @@ -27,7 +27,6 @@ #include "sysemu/arch_init.h" #include "hw/pci/pci.h" #include "hw/audio/soundhw.h" -#include "qapi/qapi-commands-misc.h" #include "qapi/error.h" #include "qemu/config-file.h" #include "qemu/error-report.h"
Commit ffaee83bcb2 moved qmp_query_target but forgot to remove this include. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- arch_init.c | 1 - 1 file changed, 1 deletion(-)