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
+1 -2
View File
@@ -1,5 +1,4 @@
AM_CXXFLAGS = -isystem$(top_srcdir)/src/lib/utils \
-isystem$(top_srcdir)/src/lib/ebus
AM_CXXFLAGS = -I$(top_srcdir)/src
bin_PROGRAMS = ebusctl \
ebusfeed
+1 -1
View File
@@ -30,7 +30,7 @@
#include <cstdlib>
#include <sstream>
#include <string>
#include "tcpsocket.h"
#include "lib/utils/tcpsocket.h"
using std::ostringstream;
using std::cin;
+2 -2
View File
@@ -27,8 +27,8 @@
#include <cstdlib>
#include <fstream>
#include <iomanip>
#include "device.h"
#include "result.h"
#include "lib/ebus/device.h"
#include "lib/ebus/result.h"
using std::hex;
using std::fstream;