summary refs log tree commit diff stats
path: root/qga/commands-linux.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-10-10 17:01:38 +0200
committerMarkus Armbruster <armbru@redhat.com>2024-10-18 15:03:35 +0200
commitfd1d47740dd0f796119ddaecff9c8dac94620a94 (patch)
tree4def6c96e968cf98b1d93a27d028cf770dd2300e /qga/commands-linux.c
parentbd783b5cd6ed02d83357632aa230c73166704cdb (diff)
downloadfocaccia-qemu-fd1d47740dd0f796119ddaecff9c8dac94620a94.tar.gz
focaccia-qemu-fd1d47740dd0f796119ddaecff9c8dac94620a94.zip
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>
Diffstat (limited to 'qga/commands-linux.c')
-rw-r--r--qga/commands-linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qga/commands-linux.c b/qga/commands-linux.c
index 51d5e3d927..9b1746b24f 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>