diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-01-16 19:45:57 (GMT) |
|---|---|---|
| committer | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-01-16 19:59:49 (GMT) |
| commit | 48e9458301f7503da12b90046427c883c3d0c92b (patch) | |
| tree | b9dfd6b2f80e391006262290338bf783dd4a9271 /src/buttonhandler/ButtonHandler.cpp | |
| parent | 26ae828e393d28390c5ea718bec9d4c1a96435ac (diff) | |
ButtonHandler: includes relative to src dir
Diffstat (limited to 'src/buttonhandler/ButtonHandler.cpp')
| -rw-r--r-- | src/buttonhandler/ButtonHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buttonhandler/ButtonHandler.cpp b/src/buttonhandler/ButtonHandler.cpp index 02ee22c..3c2bc72 100644 --- a/src/buttonhandler/ButtonHandler.cpp +++ b/src/buttonhandler/ButtonHandler.cpp @@ -1,4 +1,4 @@ -#include "ButtonHandler.h" +#include "buttonhandler/ButtonHandler.h" using namespace Pinetime::Controllers; |
