diff options
author | Cole Robinson <crobinso@redhat.com> | 2014-03-21 19:42:28 -0400 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-04-25 09:19:59 -0400 |
commit | 073a341151ecd02b4d4b7ae01ce7c3ff4e9b71f8 (patch) | |
tree | 0d9fcf94fa025924107105a1c00a77ad614fe08d /include/qapi | |
parent | 0b15abfcbcb6d4f658bf92d618386f79a7f7e9e8 (diff) | |
download | 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" |