> -----Original Message-----
> From: Markus Armbruster <[email protected]>
> Sent: Thursday, January 19, 2023 1:00 AM
> To: [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; Taylor Simpson <[email protected]>;
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]
> Subject: [PATCH v4 12/19] target/hexagon: Clean up includes
>
> Clean up includes so that osdep.h is included first and headers which it
> implies are not included manually.
>
> This commit was created with scripts/clean-includes.
>
> Changes to standalone programs dropped, because I can't tell whether them
> not using qemu/osdep.h is intentional:
>
> target/hexagon/gen_dectree_import.c
> target/hexagon/gen_semantics.c
> target/hexagon/idef-parser/idef-parser.h
> target/hexagon/idef-parser/parser-helpers.c
> target/hexagon/idef-parser/parser-helpers.h
Correct. These are standalone programs not built with the full QEMU context.
>
> Signed-off-by: Markus Armbruster <[email protected]>
> ---
> target/hexagon/hex_arch_types.h | 1 -
> target/hexagon/mmvec/macros.h | 1 -
> 2 files changed, 2 deletions(-)
Reviewed-by: Taylor Simpson <[email protected]>