summaryrefslogtreecommitdiff
path: root/qga
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2018-02-01 12:18:44 +0100
committerMarkus Armbruster <armbru@redhat.com>2018-02-09 13:52:15 +0100
commit72b4e612c1871482e892cd02a7509bde887450ab (patch)
tree814f4a37d9c46fec6ea99632ec70a121354cfba8 /qga
parent198a10322cfd04794add46e9483504bfeebcb27b (diff)
downloadqemu-72b4e612c1871482e892cd02a7509bde887450ab.tar.gz
Drop superfluous includes of qapi/qmp/dispatch.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-18-armbru@redhat.com>
Diffstat (limited to 'qga')
-rw-r--r--qga/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qga/main.c b/qga/main.c
index aa8e00c653..cb434d8c46 100644
--- a/qga/main.c
+++ b/qga/main.c
@@ -28,7 +28,6 @@
#include "qga-qmp-commands.h"
#include "qapi/qmp/qerror.h"
#include "qapi/error.h"
-#include "qapi/qmp/dispatch.h"
#include "qga/channel.h"
#include "qemu/bswap.h"
#include "qemu/help_option.h"