From b618c28831eda2531acc5c1feb9dbb3047d19391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Vilanova?= Date: Tue, 14 Jan 2014 16:52:55 +0100 Subject: trace: [simple] Do not include "trace/simple.h" in generated tracer headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The header is not necessary, given that the simple backend does not define any inlined tracing routines. Signed-off-by: LluĂ­s Vilanova Signed-off-by: Stefan Hajnoczi --- trace/simple.c | 1 + 1 file changed, 1 insertion(+) (limited to 'trace') diff --git a/trace/simple.c b/trace/simple.c index 1e3f6914c5..410172ea6a 100644 --- a/trace/simple.c +++ b/trace/simple.c @@ -19,6 +19,7 @@ #include "qemu/timer.h" #include "trace.h" #include "trace/control.h" +#include "trace/simple.h" /** Trace file header event ID */ #define HEADER_EVENT_ID (~(uint64_t)0) /* avoids conflicting with TraceEventIDs */ -- cgit v1.2.1