mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Coding style fixes
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#include "src/actions/transformations/transformation.h"
|
||||
#include "modsecurity/transaction.h"
|
||||
#include "modsecurity/actions/action.h"
|
||||
#include "src/actions/transformations/transformation.h"
|
||||
|
||||
|
||||
#include "test/common/modsecurity_test.h"
|
||||
@@ -44,10 +43,9 @@ using modsecurity_test::ModSecurityTest;
|
||||
using modsecurity_test::ModSecurityTestResults;
|
||||
using modsecurity::actions::transformations::Transformation;
|
||||
using modsecurity::operators::Operator;
|
||||
using namespace modsecurity::actions::transformations;
|
||||
|
||||
std::string default_test_path = "test-cases/secrules-language-tests/operators";
|
||||
std::list<std::string> resources;
|
||||
static std::list<std::string> resources;
|
||||
|
||||
void print_help() {
|
||||
std::cout << "Use ./unit /path/to/file" << std::endl;
|
||||
|
Reference in New Issue
Block a user