update(userspace/engine): rename ruleset.h in filter_ruleset.h

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Jason Dellaluce
2022-05-24 14:33:32 +00:00
committed by poiana
parent 9fd10220a5
commit 13d70b65ae
4 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ limitations under the License.
#include <nlohmann/json.hpp>
#include "gen_filter.h"
#include "ruleset.h"
#include "filter_ruleset.h"
#include "rule_loader.h"
#include "stats_manager.h"
#include "falco_common.h"