Cleanup: Move wrapper/ headers to include/wrapper/
[lttng-modules.git] / probes / lttng-probe-x86-irq-vectors.c
index 53172d07af1b8be91bb78a4261ffd8dc01c1b1f9..5a3da8684d751a23b24827f3153da549a927b45a 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)
  *
  * probes/lttng-probe-x86-irq-vectors.c
  *
@@ -8,7 +8,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
This page took 0.022894 seconds and 4 git commands to generate.