error: Drop superfluous #include "qapi/qmp/qerror.h"
authorMarkus Armbruster <armbru@redhat.com>
Tue, 12 Mar 2024 14:13:34 +0000 (15:13 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 24 Apr 2024 07:50:58 +0000 (09:50 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240312141343.3168265-2-armbru@redhat.com>

backends/iommufd.c
chardev/char-fe.c
system/rtc.c

index 62a79fa6b04996054a4a22c8118efc87d83d6b09..76a0204852f73466a9f31492a08d89d468bff7c0 100644 (file)
@@ -13,7 +13,6 @@
 #include "qemu/osdep.h"
 #include "sysemu/iommufd.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qemu/module.h"
 #include "qom/object_interfaces.h"
 #include "qemu/error-report.h"
index 66cee8475ac0da5f286943fad2e13139893ab75b..b214ba3802b17641196ed5fe2dae3342891a5a10 100644 (file)
@@ -24,7 +24,6 @@
 #include "qemu/osdep.h"
 #include "qemu/error-report.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "sysemu/replay.h"
 
 #include "chardev/char-fe.h"
index 4904581abeb8accb97fd5d9b20c337c8dbec0b48..dc44576686e28227a9e5eb959c91d801bf0ccc16 100644 (file)
@@ -25,7 +25,6 @@
 #include "qemu/osdep.h"
 #include "qemu/cutils.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qemu/error-report.h"
 #include "qemu/option.h"
 #include "qemu/timer.h"