osdep: drop unused #include "trace.h"
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 23 Jan 2014 20:27:59 +0000 (14:27 -0600)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 1 Feb 2014 09:42:38 +0000 (13:42 +0400)
osdep.c does not use trace_*() so we can just drop the include.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
util/osdep.c

index 62072b4..bd4f530 100644 (file)
@@ -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"