qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] osdep: drop unused #include "trace.h"
@ 2014-01-23 20:27 Stefan Hajnoczi
  2014-01-23 21:19 ` Benoît Canet
  2014-01-24 10:24 ` Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2014-01-23 20:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev

osdep.c does not use trace_*() so we can just drop the include.

Signed-off-by: Stefan Hajnoczi <stefanha@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] osdep: drop unused #include "trace.h"
  2014-01-23 20:27 [Qemu-devel] [PATCH] osdep: drop unused #include "trace.h" Stefan Hajnoczi
@ 2014-01-23 21:19 ` Benoît Canet
  2014-01-24 10:24 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Benoît Canet @ 2014-01-23 21:19 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-trivial, Michael Tokarev, qemu-devel

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 <stefanha@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 <benoit@irqsave.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] osdep: drop unused #include "trace.h"
  2014-01-23 20:27 [Qemu-devel] [PATCH] osdep: drop unused #include "trace.h" Stefan Hajnoczi
  2014-01-23 21:19 ` Benoît Canet
@ 2014-01-24 10:24 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2014-01-24 10:24 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-trivial, qemu-devel

24.01.2014 00:27, Stefan Hajnoczi wrote:
> osdep.c does not use trace_*() so we can just drop the include.

Thanks, applied to the trivial-patches queue.

/mjt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-24 10:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-23 20:27 [Qemu-devel] [PATCH] osdep: drop unused #include "trace.h" Stefan Hajnoczi
2014-01-23 21:19 ` Benoît Canet
2014-01-24 10:24 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).