Cleanup: Remove deprecated TODO file
[lttng-modules.git] / instrumentation / events / lttng-module / arch / x86 / exceptions.h
index 222841e3bb0ec2e4d9a6e04fa00b69d3fe215122..eb55138a7a2ed2e0029ba0d0e5c40ec1e6727011 100644 (file)
@@ -1,7 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 #if !defined(LTTNG_TRACE_EXCEPTIONS_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_EXCEPTIONS_H
 
-#include "../../../../../probes/lttng-tracepoint-event.h"
+#include <lttng/tracepoint-event.h>
 #include <linux/version.h>
 
 #undef TRACE_SYSTEM
@@ -44,9 +45,9 @@ LTTNG_EXCEPTIONS_TRACEPOINT_EVENT_INSTANCE_MAP(page_fault_kernel,
 #endif /* LTTNG_TRACE_EXCEPTIONS_H */
 
 #undef TRACE_INCLUDE_PATH
-#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module/arch/x86
+#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module/arch/x86
 #undef TRACE_INCLUDE_FILE
 #define TRACE_INCLUDE_FILE exceptions
 
 /* This part must be outside protection */
-#include "../../../../../probes/define_trace.h"
+#include <lttng/define_trace.h>
This page took 0.023928 seconds and 4 git commands to generate.