From 8d43abb70e07c5c9adfc3fea7a26a40da0e3f1ae Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 15 Mar 2016 10:58:45 -0400 Subject: [PATCH] Use system include paths in probes/lttng-tracepoint-event-impl.h Signed-off-by: Mathieu Desnoyers --- probes/lttng-tracepoint-event-impl.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/probes/lttng-tracepoint-event-impl.h b/probes/lttng-tracepoint-event-impl.h index a2b87a3b..91de803a 100644 --- a/probes/lttng-tracepoint-event-impl.h +++ b/probes/lttng-tracepoint-event-impl.h @@ -23,14 +23,15 @@ #include #include #include -#include "lttng.h" -#include "lttng-types.h" -#include "lttng-probe-user.h" -#include "../wrapper/vmalloc.h" /* for wrapper_vmalloc_sync_all() */ -#include "../wrapper/ringbuffer/frontend_types.h" -#include "../wrapper/rcu.h" -#include "../lttng-events.h" -#include "../lttng-tracer-core.h" + +#include +#include +#include +#include /* for wrapper_vmalloc_sync_all() */ +#include +#include +#include +#include /* * Macro declarations used for all stages. -- 2.34.1