hw/xtensa: 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-36-philmd@linaro.org>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "cpu.h"
|
||||
#include "target/xtensa/cpu.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "hw/core/irq.h"
|
||||
#include "qemu/log.h"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#ifndef XTENSA_MEMORY_H
|
||||
#define XTENSA_MEMORY_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "target/xtensa/cpu.h"
|
||||
|
||||
void xtensa_create_memory_regions(const XtensaMemory *memory,
|
||||
const char *name,
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/units.h"
|
||||
#include "qapi/error.h"
|
||||
#include "cpu.h"
|
||||
#include "target/xtensa/cpu.h"
|
||||
#include "system/system.h"
|
||||
#include "hw/core/boards.h"
|
||||
#include "hw/core/loader.h"
|
||||
|
||||
Reference in New Issue
Block a user