Cleanup: Move instrumentation/ headers to include/instrumentation/
[lttng-modules.git] / wrapper / tracepoint.h
index 08e8ccabff3eb910bf06b42f9c9fe54aa5cc55e3..880638b9d9f2ceb742b6618c4c07ed2d1e60d54e 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
  *
  * wrapper/tracepoint.h
  *
@@ -23,7 +23,7 @@
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0))
 
-#include <lttng-tracepoint.h>
+#include <lttng/tracepoint.h>
 
 #define lttng_wrapper_tracepoint_probe_register lttng_tracepoint_probe_register
 #define lttng_wrapper_tracepoint_probe_unregister lttng_tracepoint_probe_unregister
This page took 0.023922 seconds and 4 git commands to generate.