From: Mathieu Desnoyers Date: Tue, 15 Mar 2016 15:02:33 +0000 (-0400) Subject: Use system include paths in lttng-types.h X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-modules.git;a=commitdiff_plain;h=62ea4137eedc7f3fe8cf90effb6083a158a57647 Use system include paths in lttng-types.h Signed-off-by: Mathieu Desnoyers --- 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 */