Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / probes / lttng-probe-user.c
index 0d1f95fe00861aec694136b514e07523e285898d..009cfed004c65d124229301365df8582f896db53 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)
  *
  * lttng-probe-user.c
  *
@@ -8,7 +8,7 @@
 #include <linux/uaccess.h>
 #include <linux/module.h>
 #include <wrapper/uaccess.h>
-#include <probes/lttng-probe-user.h>
+#include <lttng/probe-user.h>
 
 /*
  * Calculate string length. Include final null terminating character if there is
This page took 0.02337 seconds and 4 git commands to generate.