This commit is contained in:
Дмитрий Марков 2022-01-17 13:34:05 +05:00
parent fc246beb01
commit e2f7e31829
No known key found for this signature in database
GPG key ID: 49CFEE49DBF77352
2 changed files with 0 additions and 2 deletions

View file

@ -13,7 +13,6 @@
#include "components/heartrate/HeartRateController.h"
#include "components/motion/MotionController.h"
#include "components/settings/Settings.h"
#include "../DisplayApp.h"
using namespace Pinetime::Applications::Screens;

View file

@ -5,7 +5,6 @@
#include <cstdint>
#include <memory>
#include "displayapp/screens/Screen.h"
#include "displayapp/screens/ScreenList.h"
#include "components/datetime/DateTimeController.h"
namespace Pinetime {