mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/validate_schema.h"
|
||||
#include "src/operators/validate_schema.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "request_body_processor/xml.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/request_body_processor/xml.h"
|
||||
#include "src/utils/msc_system.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user