Moves rule* headers to src/

This commit is contained in:
Felipe Zimmerle
2019-02-26 21:59:08 -03:00
parent 37c9e710e2
commit 5c30015ea7
41 changed files with 575 additions and 558 deletions

View File

@@ -23,7 +23,6 @@
#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 +31,8 @@
namespace modsecurity {
class Transaction;
class RuleWithOperator;
class RuleWithActions;
namespace actions {