hw/cxl: Clean up includes
commitd90b1e42362950ad31a4b143416d78a33a894294
authorMarkus Armbruster <armbru@redhat.com>
Thu, 2 Feb 2023 13:38:17 +0000 (2 14:38 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 8 Feb 2023 06:16:23 +0000 (8 07:16 +0100)
tree5d098bfcf830c856d17c8d9d6260616a742c1ca4
parentf4124f831d29982f95cb53dd77b85be4643b4ced
hw/cxl: 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.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20230202133830.2152150-8-armbru@redhat.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
include/hw/cxl/cxl_component.h
include/hw/cxl/cxl_host.h
include/hw/cxl/cxl_pci.h