[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 30/31] qga: remove unused qerror.h header
From: |
Daniel P . Berrangé |
Subject: |
[PATCH v2 30/31] qga: remove unused qerror.h header |
Date: |
Thu, 17 Oct 2024 12:33:42 +0100 |
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
qga/commands-bsd.c | 1 -
qga/commands-linux.c | 1 -
qga/commands-posix.c | 1 -
3 files changed, 3 deletions(-)
diff --git a/qga/commands-bsd.c b/qga/commands-bsd.c
index 9ce48af311..94ff6fee6a 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 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>
diff --git a/qga/commands-posix.c b/qga/commands-posix.c
index c2bd0b4316..389c5eeb5d 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"
--
2.46.0
- [PATCH v2 13/31] net: adapt to new import path for qobject data type headers, (continued)
- [PATCH v2 13/31] net: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 06/31] chardev: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 03/31] authz: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 07/31] docs: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 25/31] tests: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 30/31] qga: remove unused qerror.h header,
Daniel P . Berrangé <=
- [PATCH v2 08/31] dump: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 05/31] backends: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 04/31] block: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 10/31] include: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 14/31] qapi: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17