Refactoring on `utils.cc' and adjacents

Completely removed the `utils.cc' by moving residual functions into
sub-classes of `utils/'
This commit is contained in:
Felipe Zimmerle
2016-11-03 20:02:37 -03:00
parent b48dccff70
commit 507ec44cc2
75 changed files with 702 additions and 686 deletions

View File

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

View File

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