]> Git Repo - qemu.git/commit - hw/vfio/platform.c
vfio: Include "exec/address-spaces.h" directly in the source file
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 28 May 2018 23:26:59 +0000 (20:26 -0300)
committerPaolo Bonzini <[email protected]>
Thu, 31 May 2018 17:12:13 +0000 (19:12 +0200)
commitd791937fa0db6e6f64fc0e60c6aaf881ce51f083
tree628be6401e96d6b3d70acc0cea35a7d8c06d9850
parent0dd693ef1f15b6e9c4ba8b0118663e10338077cf
vfio: Include "exec/address-spaces.h" directly in the source file

No declaration of "hw/vfio/vfio-common.h" directly requires to include
the "exec/address-spaces.h" header.  To simplify dependencies and
ease the upcoming cleanup of "exec/address-spaces.h", directly include
it in the source file where the declaration are used.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20180528232719[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Acked-by: Cornelia Huck <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/vfio/ccw.c
hw/vfio/platform.c
include/hw/vfio/vfio-common.h
This page took 0.02524 seconds and 4 git commands to generate.