From 62ea4137eedc7f3fe8cf90effb6083a158a57647 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 15 Mar 2016 11:02:33 -0400 Subject: [PATCH] Use system include paths in lttng-types.h Signed-off-by: Mathieu Desnoyers --- probes/lttng-types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/probes/lttng-types.h b/probes/lttng-types.h index 3809414c..148111e5 100644 --- a/probes/lttng-types.h +++ b/probes/lttng-types.h @@ -28,10 +28,10 @@ */ #include -#include "lttng.h" -#include "../lttng-events.h" -#include "../lttng-tracer.h" -#include "../lttng-endian.h" +#include +#include +#include +#include #endif /* _LTTNG_PROBES_LTTNG_TYPES_H */ -- 2.34.1