Renames msc_system.[h|cc] to system.[h|cc]

This commit is contained in:
Felipe Zimmerle
2016-11-04 15:01:19 -03:00
parent 4ced1d18e0
commit 424418f54b
11 changed files with 27 additions and 26 deletions

View File

@@ -19,7 +19,7 @@
#include "src/operators/operator.h"
#include "src/utils/https_client.h"
#include "src/utils/msc_system.h"
#include "src/utils/system.h"
namespace modsecurity {

View File

@@ -18,7 +18,7 @@
#include <string>
#include "src/request_body_processor/xml.h"
#include "src/utils/msc_system.h"
#include "src/utils/system.h"
#include "src/operators/operator.h"
namespace modsecurity {

View File

@@ -19,7 +19,7 @@
#include "src/operators/operator.h"
#include "src/request_body_processor/xml.h"
#include "src/utils/msc_system.h"
#include "src/utils/system.h"
namespace modsecurity {