diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-01-16 22:00:47 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-06 14:21:25 +0100 |
| commit | 82c4d8a3b4e390dbb2601e11e07d291e760def7f (patch) | |
| tree | 8dac74d1f93a9b8a1d2ddb90bcd19c27f4d521e9 /tests/unit/test-block-iothread.c | |
| parent | e8a01102936286e012ed0f00bd7f3b7474d415c9 (diff) | |
| download | focaccia-qemu-82c4d8a3b4e390dbb2601e11e07d291e760def7f.tar.gz focaccia-qemu-82c4d8a3b4e390dbb2601e11e07d291e760def7f.zip | |
qemu/compiler: Absorb 'clang-tsa.h'
We already have "qemu/compiler.h" for compiler-specific arrangements, automatically included by "qemu/osdep.h" for each source file. No need to explicitly include a header for a Clang particularity. Suggested-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250117170201.91182-1-philmd@linaro.org>
Diffstat (limited to 'tests/unit/test-block-iothread.c')
| -rw-r--r-- | tests/unit/test-block-iothread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/test-block-iothread.c b/tests/unit/test-block-iothread.c index 7324ea4a68..2b358eaaa8 100644 --- a/tests/unit/test-block-iothread.c +++ b/tests/unit/test-block-iothread.c @@ -29,7 +29,6 @@ #include "system/block-backend.h" #include "qapi/error.h" #include "qobject/qdict.h" -#include "qemu/clang-tsa.h" #include "qemu/main-loop.h" #include "iothread.h" |