Move headers under include/
[lttng-modules.git] / lttng-ring-buffer-client-discard.c
index d544146779b43055e1718289510e94e5b06d029f..d8553259f61d8a99e66d7a581618e01044870a1c 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-ring-buffer-client-discard.c
  *
@@ -8,7 +8,7 @@
  */
 
 #include <linux/module.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 #define RING_BUFFER_MODE_TEMPLATE              RING_BUFFER_DISCARD
 #define RING_BUFFER_MODE_TEMPLATE_STRING       "discard"
This page took 0.024071 seconds and 4 git commands to generate.