Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / tests / probes / lttng-test.c
index 79743b80b2a6c9d35eac437769412c401d30aa09..5064a685dad971693e3ee3bd04edb77491cbe2d3 100644 (file)
 #include <linux/byteorder/generic.h>
 #include <asm/byteorder.h>
 
-#include <lttng-events.h>
-#include <lttng-tracer.h>
+#include <lttng/events.h>
+#include <lttng/tracer.h>
 #include <wrapper/tracepoint.h>
 
 #define TP_MODULE_NOAUTOLOAD
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events
 #define TRACE_INCLUDE_FILE lttng-test
 #define LTTNG_INSTRUMENTATION
-#include <instrumentation/events/lttng-module/lttng-test.h>
+#include <instrumentation/events/lttng-test.h>
 
 DEFINE_TRACE(lttng_test_filter_event);
 
This page took 0.025005 seconds and 4 git commands to generate.