diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-08 22:51:55 +0100 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-01-16 20:57:16 -0800 |
| commit | 93280b67381148d6b8b25f54f32901f868987c84 (patch) | |
| tree | 8d91b98d3ae9dd9f9c694c1f6016f486c71a5703 /tcg/tcg-op-gvec.c | |
| parent | f15d00a4c180ffd303dc9272f34a26a185f741f8 (diff) | |
| download | focaccia-qemu-93280b67381148d6b8b25f54f32901f868987c84.tar.gz focaccia-qemu-93280b67381148d6b8b25f54f32901f868987c84.zip | |
tcg: Only include 'tcg-has.h' when necessary
TCG_TARGET_HAS_* definitions don't need to be exposed by "tcg/tcg.h". Only include 'tcg-has.h' when necessary. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250108215156.8731-15-philmd@linaro.org>
Diffstat (limited to 'tcg/tcg-op-gvec.c')
| -rw-r--r-- | tcg/tcg-op-gvec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/tcg-op-gvec.c b/tcg/tcg-op-gvec.c index 97e4df221a..d32a4f146d 100644 --- a/tcg/tcg-op-gvec.c +++ b/tcg/tcg-op-gvec.c @@ -23,6 +23,7 @@ #include "tcg/tcg-op-common.h" #include "tcg/tcg-op-gvec-common.h" #include "tcg/tcg-gvec-desc.h" +#include "tcg-has.h" #define MAX_UNROLL 4 |