qemu-e2k/target/hexagon/mmvec
Markus Armbruster 1beb07ca8a target/hexagon: Clean up includes
This commit was created with scripts/clean-includes.

All .c should include qemu/osdep.h first.  The script performs three
related cleanups:

* Ensure .c files include qemu/osdep.h first.
* Including it in a .h is redundant, since the .c  already includes
  it.  Drop such inclusions.
* Likewise, including headers qemu/osdep.h includes is redundant.
  Drop these, too.

Changes to standalone programs dropped, because these intentionally
don't use qemu/osdep.h:

    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

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20230202133830.2152150-14-armbru@redhat.com>
2023-02-08 07:28:05 +01:00
..
decode_ext_mmvec.c Hexagon HVX (target/hexagon) instruction decoding 2021-11-03 16:01:36 -05:00
decode_ext_mmvec.h Hexagon HVX (target/hexagon) instruction decoding 2021-11-03 16:01:36 -05:00
macros.h target/hexagon: Clean up includes 2023-02-08 07:28:05 +01:00
mmvec.h
system_ext_mmvec.c Hexagon HVX (target/hexagon) instruction utility functions 2021-11-03 16:01:30 -05:00
system_ext_mmvec.h Hexagon HVX (target/hexagon) instruction utility functions 2021-11-03 16:01:30 -05:00