Skip to content

Commit

Permalink
error: Drop superfluous #include "qapi/qmp/qerror.h"
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240312141343.3168265-2-armbru@redhat.com>
  • Loading branch information
Markus Armbruster committed Apr 24, 2024
1 parent c25df57 commit 4a18751
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion backends/iommufd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion chardev/char-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion system/rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4a18751

Please sign in to comment.