]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
block: use local path for local headers
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 3 May 2018 19:50:20 +0000 (22:50 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 31 May 2018 01:16:06 +0000 (04:16 +0300)
commit0d8c41dae5b0566d0022be2af84d50ff456b3537
tree155f43a426f2d7bf37a18403e544bace051bddc8
parentfa0d421f39b353ed2de901bb798f81ce9824c2f3
block: use local path for local headers

When pulling in headers that are in the same directory as the C file (as
opposed to one in include/), we should use its relative path, without a
directory.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
block/crypto.c
block/nbd.c
block/qcow.c
block/qcow2-bitmap.c
block/qcow2-cluster.c
block/qcow2-refcount.c
block/qcow2-snapshot.c
block/qcow2.c
block/vhdx-endian.c
block/vhdx-log.c
block/vhdx.c