Move headers under include/
[lttng-modules.git] / probes / lttng-probe-x86-exceptions.c
index 92603b9540d29f28cc7b4991dd4f0ea7ae7f1c97..33f16d26959264457ba3df014000b0fbd17707db 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <linux/module.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -16,7 +16,7 @@
  */
 #include <asm/trace/exceptions.h>
 
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 #undef TRACE_INCLUDE_PATH
 #undef TRACE_INCLUDE_FILE
This page took 0.023482 seconds and 4 git commands to generate.