summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Timer.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-11-28 13:53:22 +0100
committerJean-François Milants <jf@codingfield.com>2021-11-28 13:53:22 +0100
commit67e077348c4e20b7c11701e468d89159b9473489 (patch)
treebdc0d80d48c215d395a7ee69bdd80c66cc8e2159 /src/displayapp/screens/Timer.cpp
parentd5e8e3ca44e998511907d1ec74c98c06c2e542b8 (diff)
parent298f0f43357c5fd12c4498d74a35d71a0501ae1a (diff)
Merge branch 'NeroBurner-restructure_includes' into develop
Diffstat (limited to 'src/displayapp/screens/Timer.cpp')
-rw-r--r--src/displayapp/screens/Timer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/displayapp/screens/Timer.cpp b/src/displayapp/screens/Timer.cpp
index ff3099d5..a5e40195 100644
--- a/src/displayapp/screens/Timer.cpp
+++ b/src/displayapp/screens/Timer.cpp
@@ -1,8 +1,8 @@
-#include "Timer.h"
+#include "displayapp/screens/Timer.h"
-#include "Screen.h"
-#include "Symbols.h"
-#include "lvgl/lvgl.h"
+#include "displayapp/screens/Screen.h"
+#include "displayapp/screens/Symbols.h"
+#include <lvgl/lvgl.h>
using namespace Pinetime::Applications::Screens;