[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 03/29] authz: adapt to new import path for qobject data type head
From: |
Daniel P . Berrangé |
Subject: |
[PATCH 03/29] authz: adapt to new import path for qobject data type headers |
Date: |
Mon, 8 Jan 2024 18:23:39 +0000 |
The qobject data type headers have moved from qapi/qmp/ to
qobject/.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
authz/listfile.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/authz/listfile.c b/authz/listfile.c
index 45a60e987d..d31d9103f7 100644
--- a/authz/listfile.c
+++ b/authz/listfile.c
@@ -28,8 +28,8 @@
#include "qemu/filemonitor.h"
#include "qom/object_interfaces.h"
#include "qapi/qapi-visit-authz.h"
-#include "qapi/qmp/qjson.h"
-#include "qapi/qmp/qobject.h"
+#include "qobject/qjson.h"
+#include "qobject/qobject.h"
#include "qapi/qobject-input-visitor.h"
--
2.43.0
- [PATCH 00/29] include: move include/qapi/qmp/ to include/qobject/, Daniel P . Berrangé, 2024/01/08
- [PATCH 03/29] authz: adapt to new import path for qobject data type headers,
Daniel P . Berrangé <=
- [PATCH 01/29] include: move include/qapi/qmp/ to include/qobject/, Daniel P . Berrangé, 2024/01/08
- [PATCH 02/29] audio: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 07/29] docs: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 05/29] backends: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 04/29] block: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 06/29] chardev: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 10/29] include: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 08/29] dump: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08