Re: [Qemu-devel] [PATCH 10/12] timer.h: Don't include qemu-common.h

2015-07-31 Thread Daniel P. Berrange
On Wed, Jul 22, 2015 at 05:44:09PM +0100, Peter Maydell wrote: > Include the specific headers we need, rather than qemu-common.h. > > Signed-off-by: Peter Maydell > --- > include/qemu/timer.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/qemu/timer.h b/inclu

[Qemu-devel] [PATCH 10/12] timer.h: Don't include qemu-common.h

2015-07-22 Thread Peter Maydell
Include the specific headers we need, rather than qemu-common.h. Signed-off-by: Peter Maydell --- include/qemu/timer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/qemu/timer.h b/include/qemu/timer.h index 9939246..6205024 100644 --- a/include/qemu/timer.h +++ b/