mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 10:45:28 +00:00
qom: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Backports commit 9bbc853bd4fc6e4cbdbfc8d52eab0730d3ba94ba from qemu
This commit is contained in:
parent
76d3aa92cc
commit
728aabd4c3
|
@ -10,9 +10,9 @@
|
|||
* See the COPYING file in the top-level directory.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qom/object.h"
|
||||
#include "qemu/module.h"
|
||||
#include <assert.h>
|
||||
|
||||
static const TypeInfo container_info = {
|
||||
"container",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
* <http://www.gnu.org/licenses/gpl-2.0.html>
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu/log.h"
|
||||
#include "uc_priv.h"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
* See the COPYING file in the top-level directory.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qom/object.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qapi/visitor.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
* See the COPYING file in the top-level directory.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qom/object.h"
|
||||
#include "qom/qom-qobject.h"
|
||||
|
|
Loading…
Reference in a new issue