Moves Rule[WithActions|WithOperator] to their own files

This commit is contained in:
Felipe Zimmerle
2019-02-19 20:57:23 -03:00
parent 8274be066a
commit f63bd1a45d
10 changed files with 1092 additions and 897 deletions

View File

@@ -23,6 +23,7 @@
#include "modsecurity/intervention.h"
#include "modsecurity/rule.h"
#include "modsecurity/rule_with_actions.h"
#ifndef HEADERS_MODSECURITY_ACTIONS_ACTION_H_
#define HEADERS_MODSECURITY_ACTIONS_ACTION_H_
@@ -32,7 +33,6 @@
namespace modsecurity {
class Transaction;
class RuleWithOperator;
class RuleWithActions;
namespace actions {