On Thu, Jun 2, 2011 at 11:55 PM, Alexandre Raymond <cerb...@gmail.com> wrote: > Should I send a follow-up patch to remove signal.h wherever > qemu-common.h is already included?
Yes, please. I didn't know that qemu-common.h pulls in system headers so users don't need to, I always figured .c files should include what they use. But if we use this approach we might as well update the codebase. Stefan