From: Mathieu Desnoyers Date: Tue, 15 Mar 2016 14:58:45 +0000 (-0400) Subject: Use system include paths in probes/lttng-tracepoint-event-impl.h X-Git-Tag: v2.8.0-rc1~16 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=8d43abb70e07c5c9adfc3fea7a26a40da0e3f1ae;p=lttng-modules.git Use system include paths in probes/lttng-tracepoint-event-impl.h Signed-off-by: Mathieu Desnoyers --- 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.