switched to absolute include dirs, formatting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <cstdlib>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include "tcpsocket.h"
|
||||
#include "lib/utils/tcpsocket.h"
|
||||
|
||||
using std::ostringstream;
|
||||
using std::cin;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user