mirror of
https://github.com/mii443/qemu.git
synced 2025-09-03 15:49:30 +00:00
qemu-common: push cpu.h inclusion out of qemu-common.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -22,11 +22,6 @@
|
||||
|
||||
#include "qemu/option.h"
|
||||
|
||||
/* FIXME: Remove NEED_CPU_H. */
|
||||
#ifdef NEED_CPU_H
|
||||
#include "cpu.h"
|
||||
#endif /* !defined(NEED_CPU_H) */
|
||||
|
||||
/* main function, renamed */
|
||||
#if defined(CONFIG_COCOA)
|
||||
int qemu_main(int argc, char **argv, char **envp);
|
||||
|
Reference in New Issue
Block a user