Skip to content

Commit

Permalink
error: Remove some unused headers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
crobinso authored and Luiz Capitulino committed Apr 25, 2014
1 parent 0b15abf commit 073a341
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion include/qapi/qmp/qerror.h
Expand Up @@ -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"
Expand Down
5 changes: 1 addition & 4 deletions util/error.c
Expand Up @@ -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
{
Expand Down

0 comments on commit 073a341

Please sign in to comment.