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 /include/qapi | |
| 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>
Diffstat (limited to 'include/qapi')
| -rw-r--r-- | include/qapi/qmp/qerror.h | 1 |
1 files changed, 0 insertions, 1 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" |
