summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Motion.cpp
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2021-11-05 22:55:34 (GMT)
committerReinhold Gschweicher <pyro4hell@gmail.com>2021-11-15 21:02:49 (GMT)
commit241d36471daaea03215c289f3dc2bdc2860b5053 (patch)
tree5b404f888c635bb08a66014be3ad5729ca4e3e74 /src/displayapp/screens/Motion.cpp
parent1b937a77b981557015a614c7b806f8ddf62c614e (diff)
Move up file header include to top
Diffstat (limited to 'src/displayapp/screens/Motion.cpp')
-rw-r--r--src/displayapp/screens/Motion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Motion.cpp b/src/displayapp/screens/Motion.cpp
index 8162e02..23eb276 100644
--- a/src/displayapp/screens/Motion.cpp
+++ b/src/displayapp/screens/Motion.cpp
@@ -1,5 +1,5 @@
-#include <lvgl/lvgl.h>
#include "displayapp/screens/Motion.h"
+#include <lvgl/lvgl.h>
#include "displayapp/DisplayApp.h"
using namespace Pinetime::Applications::Screens;