refactor(userspace): remove libs relative imports

Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
This commit is contained in:
Roberto Scolaro
2023-11-14 15:06:59 +00:00
committed by poiana
parent 41ee64e006
commit ce87f2a014
38 changed files with 51 additions and 54 deletions

View File

@@ -21,7 +21,7 @@ limitations under the License.
#include <string>
#include "falco_common.h"
#include <filter/ast.h>
#include <libsinsp/filter/ast.h>
/*!
\brief Represents a list in the Falco Engine.