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 /tests/qtest/ufs-test.c | |
parent | 91d0b151de4cb433ae31b7e2678fdb19850ad772 (diff) |
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 'tests/qtest/ufs-test.c')
-rw-r--r-- | tests/qtest/ufs-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/ufs-test.c b/tests/qtest/ufs-test.c index 95e82f9472..82ec3f0671 100644 --- a/tests/qtest/ufs-test.c +++ b/tests/qtest/ufs-test.c @@ -13,7 +13,7 @@ #include "libqos/qgraph.h" #include "libqos/pci.h" #include "scsi/constants.h" -#include "include/block/ufs.h" +#include "block/ufs.h" /* Test images sizes in Bytes */ #define TEST_IMAGE_SIZE (64 * 1024 * 1024) |