diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-10-10 17:01:38 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-10-18 15:03:35 +0200 |
commit | fd1d47740dd0f796119ddaecff9c8dac94620a94 (patch) | |
tree | 4def6c96e968cf98b1d93a27d028cf770dd2300e | |
parent | bd783b5cd6ed02d83357632aa230c73166704cdb (diff) | |
download | qemu-fd1d47740dd0f796119ddaecff9c8dac94620a94.zip qemu-fd1d47740dd0f796119ddaecff9c8dac94620a94.tar.gz qemu-fd1d47740dd0f796119ddaecff9c8dac94620a94.tar.bz2 |
error: Drop superfluous #include "qapi/qmp/qerror.h"
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20241010150144.986655-2-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
-rw-r--r-- | qga/commands-bsd.c | 1 | ||||
-rw-r--r-- | qga/commands-linux.c | 1 | ||||
-rw-r--r-- | qga/commands-posix.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/qga/commands-bsd.c b/qga/commands-bsd.c index 9ce48af..94ff6fe 100644 --- a/qga/commands-bsd.c +++ b/qga/commands-bsd.c @@ -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" diff --git a/qga/commands-linux.c b/qga/commands-linux.c index 51d5e3d..9b1746b 100644 --- a/qga/commands-linux.c +++ b/qga/commands-linux.c @@ -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> diff --git a/qga/commands-posix.c b/qga/commands-posix.c index c2bd0b4..389c5ee 100644 --- a/qga/commands-posix.c +++ b/qga/commands-posix.c @@ -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" |