mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
Merge pull request #3213 from gberkes/v3/sonar_move_these_3_includes_to_the_top_of_the_file
Refactor: moved 3 #include directives to the top of the file.
This commit is contained in:
commit
a3ffc5a0d2
@ -81,6 +81,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#include "modsecurity/intervention.h"
|
||||||
|
#include "modsecurity/transaction.h"
|
||||||
|
#include "modsecurity/debug_log.h"
|
||||||
|
|
||||||
|
|
||||||
#ifndef HEADERS_MODSECURITY_MODSECURITY_H_
|
#ifndef HEADERS_MODSECURITY_MODSECURITY_H_
|
||||||
#define HEADERS_MODSECURITY_MODSECURITY_H_
|
#define HEADERS_MODSECURITY_MODSECURITY_H_
|
||||||
|
|
||||||
@ -170,11 +175,6 @@ namespace modsecurity {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "modsecurity/intervention.h"
|
|
||||||
#include "modsecurity/transaction.h"
|
|
||||||
#include "modsecurity/debug_log.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TAG_NUM:
|
* TAG_NUM:
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user