diff --git a/userspace/engine/evttype_index_ruleset.h b/userspace/engine/evttype_index_ruleset.h index acdd1aaf..176bab09 100644 --- a/userspace/engine/evttype_index_ruleset.h +++ b/userspace/engine/evttype_index_ruleset.h @@ -22,7 +22,7 @@ limitations under the License. #include #include -#include "ruleset.h" +#include "filter_ruleset.h" #include "sinsp.h" #include "filter.h" #include "event.h" diff --git a/userspace/engine/falco_engine.h b/userspace/engine/falco_engine.h index 40782a9e..81a307b7 100644 --- a/userspace/engine/falco_engine.h +++ b/userspace/engine/falco_engine.h @@ -29,7 +29,7 @@ limitations under the License. #include #include "gen_filter.h" -#include "ruleset.h" +#include "filter_ruleset.h" #include "rule_loader.h" #include "stats_manager.h" #include "falco_common.h" diff --git a/userspace/engine/falco_source.h b/userspace/engine/falco_source.h index 826f2783..cff54cf8 100644 --- a/userspace/engine/falco_source.h +++ b/userspace/engine/falco_source.h @@ -17,7 +17,7 @@ limitations under the License. #pragma once #include -#include "ruleset.h" +#include "filter_ruleset.h" /*! \brief Represents a given data source used by the engine. diff --git a/userspace/engine/ruleset.h b/userspace/engine/filter_ruleset.h similarity index 100% rename from userspace/engine/ruleset.h rename to userspace/engine/filter_ruleset.h