Move headers under include/
[lttng-modules.git] / probes / lttng-probe-x86-exceptions.c
index 5428798f5205df32aa29c354113037fc417d8fdb..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 <wrapper/tracepoint.h>
+#include <lttng/lttng-tracepoint.h>
 
 #undef TRACE_INCLUDE_PATH
 #undef TRACE_INCLUDE_FILE
This page took 0.023607 seconds and 4 git commands to generate.