Include the directory when naming .h files. According to Google style guideline "build/include".

This commit is contained in:
Micke Prag 2012-06-19 11:15:24 +02:00
parent 3101fd0969
commit 5b5be387cd
91 changed files with 302 additions and 300 deletions

View file

@ -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;