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 "audit_log/audit_log.h"
#include "src/audit_log/audit_log.h"
#include <stddef.h>
#include <stdio.h>
@@ -21,10 +21,10 @@
#include <fstream>
#include "audit_log/writer/https.h"
#include "audit_log/writer/parallel.h"
#include "audit_log/writer/serial.h"
#include "utils/regex.h"
#include "src/audit_log/writer/https.h"
#include "src/audit_log/writer/parallel.h"
#include "src/audit_log/writer/serial.h"
#include "src/utils/regex.h"
#define PARTS_CONSTAINS(a, c) \
if (new_parts.find(toupper(a)) != std::string::npos \