summaryrefslogtreecommitdiffstats
path: root/qapi/qmp-dispatch.c
diff options
context:
space:
mode:
authorMarkus Armbruster2018-02-01 12:18:32 +0100
committerMarkus Armbruster2018-02-09 13:51:35 +0100
commita82400cf5cc2f00d5bdbacb4b591be1adf8c25a8 (patch)
tree8983caf9b053b712c0a53f1454a46316a0d4f5a9 /qapi/qmp-dispatch.c
parentInclude qapi/error.h exactly where needed (diff)
downloadqemu-a82400cf5cc2f00d5bdbacb4b591be1adf8c25a8.tar.gz
qemu-a82400cf5cc2f00d5bdbacb4b591be1adf8c25a8.tar.xz
qemu-a82400cf5cc2f00d5bdbacb4b591be1adf8c25a8.zip
Drop superfluous includes of qapi/qmp/qerror.h
Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20180201111846.21846-6-armbru@redhat.com>
Diffstat (limited to 'qapi/qmp-dispatch.c')
-rw-r--r--qapi/qmp-dispatch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qapi/qmp-dispatch.c b/qapi/qmp-dispatch.c
index 7d18524f3c..8829c4a45a 100644
--- a/qapi/qmp-dispatch.c
+++ b/qapi/qmp-dispatch.c
@@ -17,7 +17,6 @@
#include "qapi/qmp/dispatch.h"
#include "qapi/qmp/json-parser.h"
#include "qapi/qmp/qjson.h"
-#include "qapi/qmp/qerror.h"
static QDict *qmp_dispatch_check_obj(const QObject *request, Error **errp)
{