diff options
| author | Cole Robinson | 2014-03-22 00:42:28 +0100 |
|---|---|---|
| committer | Luiz Capitulino | 2014-04-25 15:19:59 +0200 |
| commit | 073a341151ecd02b4d4b7ae01ce7c3ff4e9b71f8 (patch) | |
| tree | 0d9fcf94fa025924107105a1c00a77ad614fe08d | |
| parent | qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTED (diff) | |
| download | qemu-073a341151ecd02b4d4b7ae01ce7c3ff4e9b71f8.tar.gz qemu-073a341151ecd02b4d4b7ae01ce7c3ff4e9b71f8.tar.xz qemu-073a341151ecd02b4d4b7ae01ce7c3ff4e9b71f8.zip | |
error: Remove some unused headers
Makes it a bit clear how the interdependencies work.
Cc: Luiz Capitulino <lcapitulino@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
| -rw-r--r-- | include/qapi/qmp/qerror.h | 1 | ||||
| -rw-r--r-- | util/error.c | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h index f5335e67d6..902d1a7a18 100644 --- a/include/qapi/qmp/qerror.h +++ b/include/qapi/qmp/qerror.h @@ -12,7 +12,6 @@ #ifndef QERROR_H #define QERROR_H -#include "qapi/qmp/qdict.h" #include "qapi/qmp/qstring.h" #include "qemu/error-report.h" #include "qapi/error.h" diff --git a/util/error.c b/util/error.c index f11f1d57a0..2bb42e1c4b 100644 --- a/util/error.c +++ b/util/error.c @@ -12,10 +12,7 @@ #include "qemu-common.h" #include "qapi/error.h" -#include "qapi/qmp/qjson.h" -#include "qapi/qmp/qdict.h" -#include "qapi-types.h" -#include "qapi/qmp/qerror.h" +#include "qemu/error-report.h" struct Error { |
