Build fix: Missing message in LTTNG_DEPRECATED invocation
[lttng-tools.git] / src / common / filter-grammar-test.c
index bd21cf877adffbfe928f209eb34d98b205d9e49a..bd8f2de7f148cbd128789770c2253dfdb004df4d 100644 (file)
 #include <unistd.h>
 #include <string.h>
 #include <stdlib.h>
-#include <assert.h>
 #include <inttypes.h>
 
 #include <common/compat/errno.h>
-#include "common/bytecode/bytecode.h"
-#include "filter/filter-ast.h"
-#include "filter/filter-parser.h"
+#include <common/bytecode/bytecode.h>
+#include <common/filter/filter-ast.h>
+#include <common/filter/filter-parser.h>
 
 /* For error.h */
 int lttng_opt_quiet = 1;
This page took 0.023272 seconds and 4 git commands to generate.