mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
2ca10faeb8
commit
bfe7bf8590
22 changed files with 0 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue