aboutsummaryrefslogtreecommitdiff
path: root/hw/audio
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-05-07 16:05:48 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-05-09 00:07:21 +0200
commit8b4d80bb53af30db5de91749216d0bb73fa93cab (patch)
tree90174d27f6e9b16482773ed16f598ee9b32fc3fe /hw/audio
parent91d0b151de4cb433ae31b7e2678fdb19850ad772 (diff)
downloadqemu-8b4d80bb53af30db5de91749216d0bb73fa93cab.zip
qemu-8b4d80bb53af30db5de91749216d0bb73fa93cab.tar.gz
qemu-8b4d80bb53af30db5de91749216d0bb73fa93cab.tar.bz2
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/audio')
-rw-r--r--hw/audio/virtio-snd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/audio/virtio-snd.c b/hw/audio/virtio-snd.c
index 6a2ee08..7d09800 100644
--- a/hw/audio/virtio-snd.c
+++ b/hw/audio/virtio-snd.c
@@ -19,7 +19,7 @@
#include "qemu/iov.h"
#include "qemu/log.h"
#include "qemu/error-report.h"
-#include "include/qemu/lockable.h"
+#include "qemu/lockable.h"
#include "exec/tswap.h"
#include "sysemu/runstate.h"
#include "trace.h"