Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-random.c
index 918b4c2023bb1c1537e6cdbd2dcd763ae9af74e6..4cf6ce8017f4d11eca5fc7718edfd72960bf6a17 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #include <linux/module.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -22,9 +22,9 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events
 
-#include <instrumentation/events/lttng-module/random.h>
+#include <instrumentation/events/random.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Andrew Gabbasov <andrew_gabbasov@mentor.com>");
This page took 0.04051 seconds and 4 git commands to generate.