From 118e82ae01307c276450da2f19fa20c0e8195148 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Fri, 6 Sep 2024 15:00:21 +0200 Subject: [PATCH] cleanup(userspace): drop unused includes from yaml_helper. Signed-off-by: Federico Di Pierro --- userspace/engine/yaml_helper.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/userspace/engine/yaml_helper.h b/userspace/engine/yaml_helper.h index 067f006f..07ad8960 100644 --- a/userspace/engine/yaml_helper.h +++ b/userspace/engine/yaml_helper.h @@ -41,11 +41,6 @@ limitations under the License. #include #include -//#include "config_falco.h" - -//#include "event_drops.h" -//#include "falco_outputs.h" - class yaml_helper; class yaml_visitor {