Cosmetics: coding style

This commit is contained in:
Felipe Zimmerle 2016-10-28 09:57:59 -03:00
parent 4711644600
commit 75a5000b16
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277
5 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,7 @@
#include "actions/action.h"
#include "modsecurity/transaction.h"
#include "utils.h"
#include "src/utils.h"
#ifndef SRC_ACTIONS_CTL_RULE_REMOVE_BY_ID_H_
#define SRC_ACTIONS_CTL_RULE_REMOVE_BY_ID_H_

View File

@ -17,6 +17,7 @@
#include <iostream>
#include <string>
#include <vector>
#include "modsecurity/transaction.h"

View File

@ -17,7 +17,7 @@
#include "actions/action.h"
#include "modsecurity/transaction.h"
#include "utils.h"
#include "src/utils.h"
#ifndef SRC_ACTIONS_CTL_RULE_REMOVE_TARGET_BY_ID_H_
#define SRC_ACTIONS_CTL_RULE_REMOVE_TARGET_BY_ID_H_

View File

@ -17,6 +17,7 @@
#include <iostream>
#include <string>
#include <vector>
#include "modsecurity/transaction.h"

View File

@ -17,7 +17,7 @@
#include "actions/action.h"
#include "modsecurity/transaction.h"
#include "utils.h"
#include "src/utils.h"
#ifndef SRC_ACTIONS_CTL_RULE_REMOVE_TARGET_BY_TAG_H_
#define SRC_ACTIONS_CTL_RULE_REMOVE_TARGET_BY_TAG_H_