Using full path in the header inclusion

This commit is contained in:
Felipe Zimmerle
2016-11-04 14:08:58 -03:00
parent 768cc74f0e
commit 4ced1d18e0
305 changed files with 728 additions and 728 deletions

View File

@@ -13,7 +13,7 @@
*
*/
#include "operators/rbl.h"
#include "src/operators/rbl.h"
#include <modsecurity/rules.h>
#include <sys/types.h>
@@ -24,7 +24,7 @@
#include <string>
#include "operators/operator.h"
#include "src/operators/operator.h"
namespace modsecurity {
namespace operators {