Include the directory when naming .h files. According to Google style guideline "build/include".
This commit is contained in:
parent
3101fd0969
commit
5b5be387cd
91 changed files with 302 additions and 300 deletions
|
@ -1,7 +1,3 @@
|
|||
#include "Socket.h"
|
||||
|
||||
#include "Mutex.h"
|
||||
#include "Strings.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
@ -9,6 +5,10 @@
|
|||
#include <sys/un.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "common/Socket.h"
|
||||
#include "common/Mutex.h"
|
||||
#include "common/Strings.h"
|
||||
|
||||
#define BUFSIZE 512
|
||||
|
||||
using namespace TelldusCore;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue