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,6 +1,6 @@
#include "Event.h"
#include "EventHandler.h"
#include "Thread.h"
#include "common/Event.h"
#include "common/EventHandler.h"
#include "common/Thread.h"
using namespace TelldusCore;