error: Drop superfluous #include "qapi/qmp/qerror.h"
authorMarkus Armbruster <armbru@redhat.com>
Thu, 10 Oct 2024 15:01:38 +0000 (17:01 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 18 Oct 2024 13:03:35 +0000 (15:03 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20241010150144.986655-2-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
qga/commands-bsd.c
qga/commands-linux.c
qga/commands-posix.c

index 9ce48af311821b22c02a2edc3ea6d5168f67d48a..94ff6fee6ad484c835b33f7259bb571f125edbec 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "qemu/osdep.h"
 #include "qga-qapi-commands.h"
-#include "qapi/qmp/qerror.h"
 #include "qapi/error.h"
 #include "qemu/queue.h"
 #include "commands-common.h"
index 51d5e3d9271d343951fc8c1a1137e4fc4c051f1b..9b1746b24fcd7d01da38db7ae3c37e41b073fc30 100644 (file)
@@ -15,7 +15,6 @@
 #include "qapi/error.h"
 #include "qga-qapi-commands.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "commands-common.h"
 #include "cutils.h"
 #include <mntent.h>
index c2bd0b43169e29262f8ed667903cf23e7364b45a..389c5eeb5d3883b43febb307153cd80fcbc1164f 100644 (file)
@@ -18,7 +18,6 @@
 #include <dirent.h>
 #include "qga-qapi-commands.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qemu/host-utils.h"
 #include "qemu/sockets.h"
 #include "qemu/base64.h"