tracepoint event instrumentation: use system headers
[deliverable/lttng-modules.git] / instrumentation / events / lttng-module / kmem.h
index cce8da40ecb0bb5cbc86c98c8acf0642955d5bcf..05f71ade016597547cf0f3cadc52cae11844673d 100644 (file)
@@ -4,7 +4,7 @@
 #if !defined(LTTNG_TRACE_KMEM_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_KMEM_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/types.h>
 #include <linux/version.h>
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36))
@@ -320,4 +320,4 @@ LTTNG_TRACEPOINT_EVENT_MAP(mm_page_alloc_extfrag,
 #endif /* LTTNG_TRACE_KMEM_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
This page took 0.05026 seconds and 5 git commands to generate.