Move up file header include to top

This commit is contained in:
Reinhold Gschweicher
2021-11-05 23:55:34 +01:00
parent 1b937a77b9
commit 241d36471d
9 changed files with 9 additions and 9 deletions

View File

@@ -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;