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,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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue