diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-02-02 14:38:28 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-08 07:28:05 +0100 |
commit | bfe7bf8590a74aebd572abe56927b53f4978ab42 (patch) | |
tree | 061bc183be997a93c8a0307e3f1d5c3defe86e65 /util | |
parent | 2ca10faeb85e3c1b87e10bb46786445a5a879bbd (diff) |
Don't include headers already included by qemu/osdep.h
This commit was created with scripts/clean-includes.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20230202133830.2152150-19-armbru@redhat.com>
Diffstat (limited to 'util')
-rw-r--r-- | util/main-loop.c | 1 | ||||
-rw-r--r-- | util/oslib-posix.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/util/main-loop.c b/util/main-loop.c index 58f776a8c9..3c0f525192 100644 --- a/util/main-loop.c +++ b/util/main-loop.c @@ -33,7 +33,6 @@ #include "block/thread-pool.h" #include "qemu/error-report.h" #include "qemu/queue.h" -#include "qemu/compiler.h" #include "qom/object.h" #ifndef _WIN32 diff --git a/util/oslib-posix.c b/util/oslib-posix.c index 59a891b6a8..fd03fd32c8 100644 --- a/util/oslib-posix.c +++ b/util/oslib-posix.c @@ -40,7 +40,6 @@ #include "qemu/thread.h" #include <libgen.h> #include "qemu/cutils.h" -#include "qemu/compiler.h" #include "qemu/units.h" #include "qemu/thread-context.h" @@ -50,7 +49,6 @@ #ifdef __FreeBSD__ #include <sys/thr.h> -#include <sys/types.h> #include <sys/user.h> #include <libutil.h> #endif |