common: move bytecode utilities from filter to its own file
[lttng-tools.git] / src / common / runas.c
index 1147296ad3357e21d4fd169ef54f73c78f13512f..21c1a91adde55648238359d736c8e7e820009de6 100644 (file)
@@ -22,6 +22,7 @@
 #include <assert.h>
 #include <signal.h>
 
+#include <common/bytecode/bytecode.h>
 #include <common/lttng-kernel.h>
 #include <common/common.h>
 #include <common/utils.h>
@@ -37,7 +38,6 @@
 
 #include <common/sessiond-comm/sessiond-comm.h>
 #include <common/filter/filter-ast.h>
-#include <common/filter/filter-bytecode.h>
 
 #include "runas.h"
 
This page took 0.023472 seconds and 4 git commands to generate.