Move up file header include to top
This commit is contained in:
parent
1b937a77b9
commit
241d36471d
9 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include <cstdint>
|
||||
#include "displayapp/screens/BatteryIcon.h"
|
||||
#include <cstdint>
|
||||
#include "displayapp/screens/Symbols.h"
|
||||
|
||||
using namespace Pinetime::Applications::Screens;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include <lvgl/lvgl.h>
|
||||
#include "displayapp/screens/HeartRate.h"
|
||||
#include <lvgl/lvgl.h>
|
||||
#include <components/heartrate/HeartRateController.h>
|
||||
|
||||
#include "displayapp/DisplayApp.h"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include <lvgl/lvgl.h>
|
||||
#include "displayapp/screens/WatchFaceAnalog.h"
|
||||
#include <lvgl/lvgl.h>
|
||||
#include "displayapp/screens/BatteryIcon.h"
|
||||
#include "displayapp/screens/BleIcon.h"
|
||||
#include "displayapp/screens/Symbols.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue