Le Thursday 23 Jan 2014 à 14:27:59 (-0600), Stefan Hajnoczi a écrit :
> osdep.c does not use trace_*() so we can just drop the include.
>
> Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
> ---
> util/osdep.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/util/osdep.c b/util/osdep.c
> index 62072b4..bd4f530 100644
> --- a/util/osdep.c
> +++ b/util/osdep.c
> @@ -46,7 +46,6 @@ extern int madvise(caddr_t, size_t, int);
> #endif
>
> #include "qemu-common.h"
> -#include "trace.h"
> #include "qemu/sockets.h"
> #include "monitor/monitor.h"
>
> --
> 1.8.4.2
>
>
Reviewed-by: Benoit Canet <ben...@irqsave.net>