switched to absolute include dirs, formatting

This commit is contained in:
john30
2017-02-04 19:28:31 +01:00
parent cc21321ad8
commit bbc29bdb2f
48 changed files with 143 additions and 133 deletions
+6 -4
View File
@@ -21,11 +21,13 @@
#include <stdint.h>
#include <string>
#include "data.h"
#include "message.h"
#include "result.h"
#include "lib/ebus/data.h"
#include "lib/ebus/message.h"
#include "lib/ebus/result.h"
/** \file main.h */
/** \file main.h
* The main entry method doing all the startup handling.
*/
namespace ebusd {