Cleanup: Move wrapper/ headers to include/wrapper/
[lttng-modules.git] / probes / lttng-probe-kvm.c
index 5e471015782cb5d80fb6b0e37e65ea23a40a738a..930446571b647fdbd8aaf08f0dead1ffead9691a 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-kvm.c
  *
@@ -9,7 +9,7 @@
 
 #include <linux/module.h>
 #include <linux/kvm_host.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.024694 seconds and 4 git commands to generate.