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

@@ -30,7 +30,7 @@ limitations under the License.
#include <nlohmann/json.hpp>
#include "gen_filter.h"
#include <libsinsp/gen_filter.h>
#include "filter_ruleset.h"
#include "rule_loader.h"
#include "rule_loader_reader.h"