Move headers under include/
[lttng-modules.git] / lttng-filter-specialize.c
index 3dc82d847181edd3aa58c640bba37355533ce8b3..02aef1500016d855bf034ae352cfb453202d4a17 100644 (file)
@@ -8,8 +8,8 @@
  */
 
 #include <linux/slab.h>
-#include <lttng-filter.h>
-#include "lib/align.h"
+#include <lttng/lttng-filter.h>
+#include <lttng/align.h>
 
 static ssize_t bytecode_reserve_data(struct bytecode_runtime *runtime,
                size_t align, size_t len)
This page took 0.022814 seconds and 4 git commands to generate.