mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
@ -27,8 +27,6 @@
|
||||
#ifndef QEMU_P9ARRAY_H
|
||||
#define QEMU_P9ARRAY_H
|
||||
|
||||
#include "qemu/compiler.h"
|
||||
|
||||
/**
|
||||
* P9Array provides a mechanism to access arrays in common C-style (e.g. by
|
||||
* square bracket [] operator) in conjunction with reference variables that
|
||||
|
Reference in New Issue
Block a user