mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-03 21:13:50 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "parser/driver.h"
|
||||
#include "src/parser/driver.h"
|
||||
|
||||
#include "parser/seclang-parser.hh"
|
||||
#include "audit_log/audit_log.h"
|
||||
#include "src/parser/seclang-parser.hh"
|
||||
#include "src/audit_log/audit_log.h"
|
||||
#include "modsecurity/rules_properties.h"
|
||||
|
||||
using modsecurity::audit_log::AuditLog;
|
||||
|
Reference in New Issue
Block a user