Merge pull request #136 from okaestne/include-cleanup

Includes cleanup
This commit is contained in:
JF002
2020-12-01 21:44:44 +01:00
committed by GitHub
91 changed files with 391 additions and 434 deletions

View File

@@ -1,9 +1,13 @@
#include <libs/lvgl/lvgl.h>
#include <displayapp/DisplayApp.h>
#include <functional>
#include "SystemInfo.h"
#include "../../Version.h"
#include "Tile.h"
#include <lvgl/lvgl.h>
#include "../DisplayApp.h"
#include "Label.h"
#include "Version.h"
#include "components/battery/BatteryController.h"
#include "components/ble/BleController.h"
#include "components/brightness/BrightnessController.h"
#include "components/datetime/DateTimeController.h"
#include "drivers/Watchdog.h"
using namespace Pinetime::Applications::Screens;