mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Renames utils/msc_string.[h|cc] to utils/string.[h|cc]
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "modsecurity/collection/variable.h"
|
||||
#include "src/utils/regex.h"
|
||||
#include "src/utils/msc_string.h"
|
||||
#include "src/utils/string.h"
|
||||
|
||||
|
||||
using modsecurity::utils::String;
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include "modsecurity/collection/variable.h"
|
||||
#include "modsecurity/collection/collection.h"
|
||||
#include "src/collection/backend/in_memory-per_process.h"
|
||||
#include "src/utils/msc_string.h"
|
||||
#include "src/utils/string.h"
|
||||
|
||||
|
||||
using modsecurity::utils::String;
|
||||
|
Reference in New Issue
Block a user