Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / tests / probes / lttng-test.c
index ea27389372c9584ae7d50054ae7b29944e41d6a6..5064a685dad971693e3ee3bd04edb77491cbe2d3 100644 (file)
 #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.023425 seconds and 4 git commands to generate.