Skip to content

Commit 29f0bce

Browse files
NeroBurnerJF002
authored andcommitted
Remove unused includes in HearRate and Motion.h
The include `bits/unique_ptr.h` isn't used, so remove it.
1 parent 51640c7 commit 29f0bce

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/displayapp/screens/HeartRate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <cstdint>
44
#include <chrono>
55
#include "displayapp/screens/Screen.h"
6-
#include <bits/unique_ptr.h>
76
#include "systemtask/SystemTask.h"
87
#include <lvgl/src/lv_core/lv_style.h>
98
#include <lvgl/src/lv_core/lv_obj.h>

src/displayapp/screens/Motion.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <cstdint>
44
#include <chrono>
55
#include "displayapp/screens/Screen.h"
6-
#include <bits/unique_ptr.h>
76
#include <lvgl/src/lv_core/lv_style.h>
87
#include <lvgl/src/lv_core/lv_obj.h>
98
#include <components/motion/MotionController.h>

0 commit comments

Comments
 (0)