Cleanup: Remove toplevel directory from include search path
[lttng-modules.git] / probes / lttng-probe-ext3.c
index 22d4f25f10cb351521dce9035d67c9ae39bf91e0..a66241fee000298e6c21210951df48166f04216c 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-ext3.c
  *
@@ -12,7 +12,7 @@
 #include <linux/fs.h>
 #include <linux/dcache.h>
 #include <linux/version.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
 #include <../fs/ext3/ext3.h>
This page took 0.038525 seconds and 4 git commands to generate.