mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-01 06:21:52 -06:00
Remove qemu-common.h include from most units
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-33-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fcc41961c9
commit
0f9668e0c1
243 changed files with 1 additions and 254 deletions
|
@ -1,12 +1,3 @@
|
|||
/*
|
||||
* This file is supposed to be included only by .c files. No header file should
|
||||
* depend on qemu-common.h, as this would easily lead to circular header
|
||||
* dependencies.
|
||||
*
|
||||
* If a header file uses a definition from qemu-common.h, that definition
|
||||
* must be moved to a separate header file, and the header that uses it
|
||||
* must include that header.
|
||||
*/
|
||||
#ifndef QEMU_COMMON_H
|
||||
#define QEMU_COMMON_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue