summaryrefslogtreecommitdiff
path: root/src/buttonhandler/ButtonHandler.cpp
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2022-01-26 20:35:03 (GMT)
committerGitHub <noreply@github.com>2022-01-26 20:35:03 (GMT)
commitbbb823b170b2a775f0b14a7d0e39516283a3c9d0 (patch)
treebbbfd2f419c7dbbd616f47786d9df8dfd1d32563 /src/buttonhandler/ButtonHandler.cpp
parenta1880ca3b8a958f69c0a4b113cd3f2a6302b686f (diff)
parent48e9458301f7503da12b90046427c883c3d0c92b (diff)
Merge pull request #939 from NeroBurner/buttonHandler_relative_include
ButtonHandler: includes relative to src dir
Diffstat (limited to 'src/buttonhandler/ButtonHandler.cpp')
-rw-r--r--src/buttonhandler/ButtonHandler.cpp2
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;