diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-02-02 14:38:30 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-08 07:28:05 +0100 |
commit | a67dfa660b0dd944c8fedfac02806de75b0c08b1 (patch) | |
tree | 5e12e3be7c36d3f1f30f5f402dfb3b65d66164fd /softmmu | |
parent | bfe7bf8590a74aebd572abe56927b53f4978ab42 (diff) | |
download | qemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.zip qemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.tar.gz qemu-a67dfa660b0dd944c8fedfac02806de75b0c08b1.tar.bz2 |
Drop duplicate #include
Tracked down with the help of scripts/clean-includes.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20230202133830.2152150-21-armbru@redhat.com>
Diffstat (limited to 'softmmu')
-rw-r--r-- | softmmu/dirtylimit.c | 1 | ||||
-rw-r--r-- | softmmu/runstate.c | 1 | ||||
-rw-r--r-- | softmmu/vl.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/softmmu/dirtylimit.c b/softmmu/dirtylimit.c index 1266855..c56f0f5 100644 --- a/softmmu/dirtylimit.c +++ b/softmmu/dirtylimit.c @@ -11,7 +11,6 @@ */ #include "qemu/osdep.h" -#include "qapi/error.h" #include "qemu/main-loop.h" #include "qapi/qapi-commands-migration.h" #include "qapi/qmp/qdict.h" diff --git a/softmmu/runstate.c b/softmmu/runstate.c index cab9f6f..f9ad88e 100644 --- a/softmmu/runstate.c +++ b/softmmu/runstate.c @@ -41,7 +41,6 @@ #include "qapi/qapi-commands-run-state.h" #include "qapi/qapi-events-run-state.h" #include "qemu/error-report.h" -#include "qemu/log.h" #include "qemu/job.h" #include "qemu/log.h" #include "qemu/module.h" diff --git a/softmmu/vl.c b/softmmu/vl.c index 5355a7f..b2ee3fe 100644 --- a/softmmu/vl.c +++ b/softmmu/vl.c @@ -129,7 +129,6 @@ #include "qapi/qapi-commands-misc.h" #include "qapi/qapi-visit-qom.h" #include "qapi/qapi-commands-ui.h" -#include "qapi/qmp/qdict.h" #include "block/qdict.h" #include "qapi/qmp/qerror.h" #include "sysemu/iothread.h" |