mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
|
||||
#include "parser/driver.h"
|
||||
#include "seclang-parser.hh"
|
||||
#include "utils/https_client.h"
|
||||
#include "utils/msc_string.h"
|
||||
#include "src/parser/driver.h"
|
||||
#include "src/parser/seclang-parser.hh"
|
||||
#include "src/utils/https_client.h"
|
||||
#include "src/utils/msc_string.h"
|
||||
|
||||
using modsecurity::Parser::Driver;
|
||||
using modsecurity::Utils::HttpsClient;
|
||||
|
||||
Reference in New Issue
Block a user