mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
hw/or1k: Include full path to target 'cpu.h' header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20260313062055.2188-29-philmd@linaro.org>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "cpu.h"
|
||||
#include "target/or1k/cpu.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "elf.h"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "cpu.h"
|
||||
#include "target/or1k/cpu.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "system/reset.h"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "qapi/error.h"
|
||||
#include "cpu.h"
|
||||
#include "target/or1k/cpu.h"
|
||||
#include "hw/core/irq.h"
|
||||
#include "hw/core/boards.h"
|
||||
#include "hw/char/serial-mm.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "qemu/error-report.h"
|
||||
#include "qemu/guest-random.h"
|
||||
#include "qapi/error.h"
|
||||
#include "cpu.h"
|
||||
#include "target/or1k/cpu.h"
|
||||
#include "system/address-spaces.h"
|
||||
#include "hw/core/irq.h"
|
||||
#include "hw/core/boards.h"
|
||||
|
||||
Reference in New Issue
Block a user