Skip to content

Commit

Permalink
update(userspace/engine): rename ruleset.h in filter_ruleset.h
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
jasondellaluce and leogr committed May 24, 2022
1 parent 2f6f1a2 commit 2de6182
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion userspace/engine/evttype_index_ruleset.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
#include <list>
#include <map>

#include "ruleset.h"
#include "filter_ruleset.h"
#include "sinsp.h"
#include "filter.h"
#include "event.h"
Expand Down
2 changes: 1 addition & 1 deletion userspace/engine/falco_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion userspace/engine/falco_source.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
#pragma once

#include <string>
#include "ruleset.h"
#include "filter_ruleset.h"

/*!
\brief Represents a given data source used by the engine.
Expand Down
File renamed without changes.

0 comments on commit 2de6182

Please sign in to comment.