Move event-expr-to-bytecode to event-expr
[lttng-tools.git] / tests / unit / test_event_expr_to_bytecode.c
index dd26e66e6fcdbfe9d338a2703519fcf6bdd9dee0..fae7eb26ebe214f567a37bdf12bcd0abbf49e73a 100644 (file)
@@ -5,9 +5,9 @@
  *
  */
 
  *
  */
 
-#include <lttng/event-expr.h>
-#include <common/event-expr-to-bytecode.h>
 #include <common/bytecode/bytecode.h>
 #include <common/bytecode/bytecode.h>
+#include <lttng/event-expr-internal.h>
+#include <lttng/event-expr.h>
 #include <tap/tap.h>
 
 #define NR_TESTS 4
 #include <tap/tap.h>
 
 #define NR_TESTS 4
This page took 0.023123 seconds and 4 git commands to generate.