diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-05-07 16:05:48 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-05-09 00:07:21 +0200 |
| commit | 8b4d80bb53af30db5de91749216d0bb73fa93cab (patch) | |
| tree | 90174d27f6e9b16482773ed16f598ee9b32fc3fe /hw/rtc/ls7a_rtc.c | |
| parent | 91d0b151de4cb433ae31b7e2678fdb19850ad772 (diff) | |
| download | focaccia-qemu-8b4d80bb53af30db5de91749216d0bb73fa93cab.tar.gz focaccia-qemu-8b4d80bb53af30db5de91749216d0bb73fa93cab.zip | |
misc: Use QEMU header path relative to include/ directory
QEMU headers are relative to the include/ directory, not to the project root directory. Remove "include/". See also: https://www.qemu.org/docs/master/devel/style.html#include-directives Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240507142737.95735-1-philmd@linaro.org>
Diffstat (limited to 'hw/rtc/ls7a_rtc.c')
| -rw-r--r-- | hw/rtc/ls7a_rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rtc/ls7a_rtc.c b/hw/rtc/ls7a_rtc.c index ac28c1165b..052201c2cd 100644 --- a/hw/rtc/ls7a_rtc.c +++ b/hw/rtc/ls7a_rtc.c @@ -8,7 +8,7 @@ #include "qemu/osdep.h" #include "hw/sysbus.h" #include "hw/irq.h" -#include "include/hw/register.h" +#include "hw/register.h" #include "qemu/timer.h" #include "sysemu/sysemu.h" #include "qemu/cutils.h" |