Stefan Hajnoczi <stefa...@gmail.com> writes: > Probably because block layer, aio.h, and coroutine_int.h header files > already include "qemu/coroutine.h"?
Mostly, but not always. For instance, crypto/block-luks-priv.h compiles fine without it, and doesn't include it after this patch. > Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com> Thanks!