Add include guards and use explicit inclusions
This commit is contained in:
parent
aaa30cd2aa
commit
6b600e021e
7 changed files with 34 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef LedManager_cpp
|
||||
#define LedManager_cpp
|
||||
|
||||
#include "LED.cpp"
|
||||
#include "TimerManager.cpp"
|
||||
#include <map>
|
||||
|
@ -33,4 +36,6 @@ public:
|
|||
if (timer > 0)
|
||||
_timers->reset(id, timer);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue