File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
* std::cout << "There is an intervention" << std::endl;
39
39
* }
40
40
*
41
- * ...
41
+ * ...
42
42
*
43
43
* @endcode
44
- *
44
+ *
45
45
*/
46
46
47
47
/* *
81
81
#endif
82
82
83
83
84
+ #include " modsecurity/intervention.h"
85
+ #include " modsecurity/transaction.h"
86
+ #include " modsecurity/debug_log.h"
87
+
88
+
84
89
#ifndef HEADERS_MODSECURITY_MODSECURITY_H_
85
90
#define HEADERS_MODSECURITY_MODSECURITY_H_
86
91
@@ -160,7 +165,7 @@ namespace modsecurity {
160
165
LoggingPhase,
161
166
/* *
162
167
* Just a marking for the expected number of phases.
163
- *
168
+ *
164
169
*/
165
170
NUMBER_OF_PHASES,
166
171
};
@@ -170,11 +175,6 @@ namespace modsecurity {
170
175
#endif
171
176
172
177
173
-
174
- #include " modsecurity/intervention.h"
175
- #include " modsecurity/transaction.h"
176
- #include " modsecurity/debug_log.h"
177
-
178
178
/* *
179
179
* TAG_NUM:
180
180
*
You can’t perform that action at this time.
0 commit comments