[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 09/11] qerror: Move #include out of qerror.h
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 09/11] qerror: Move #include out of qerror.h |
Date: |
Mon, 15 Jun 2015 15:37:19 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
On 06/13/2015 08:20 AM, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
> 57 files changed, 59 insertions(+), 3 deletions(-)
>
> diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h
> index f8182c7..842b27a 100644
> --- a/include/qapi/qmp/qerror.h
> +++ b/include/qapi/qmp/qerror.h
> @@ -12,9 +12,6 @@
> #ifndef QERROR_H
> #define QERROR_H
>
> -#include "qapi/qmp/qstring.h"
> -#include "qemu/error-report.h"
> -
The real meat of the change; the rest is adding these lines into .c
files where compilation broke otherwise :)
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH 01/11] QemuOpts: Wean off qerror_report_err(), (continued)
- [Qemu-devel] [PATCH 01/11] QemuOpts: Wean off qerror_report_err(), Markus Armbruster, 2015/06/13
- [Qemu-devel] [PATCH 10/11] Include qapi/qmp/qerror.h exactly where needed, Markus Armbruster, 2015/06/13
- [Qemu-devel] [PATCH 09/11] qerror: Move #include out of qerror.h, Markus Armbruster, 2015/06/13
- [Qemu-devel] [PATCH 05/11] qerror: Clean up QERR_ macros to expand into a single string, Markus Armbruster, 2015/06/13
- Re: [Qemu-devel] [PATCH 00/11] Sprint to the finish: purge QError, Luiz Capitulino, 2015/06/15