Skip to content

Commit

Permalink
Remove unused includes in HearRate and Motion.h
Browse files Browse the repository at this point in the history
The include `bits/unique_ptr.h` isn't used, so remove it.
  • Loading branch information
NeroBurner authored and JF002 committed Mar 3, 2022
1 parent 51640c7 commit 29f0bce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/displayapp/screens/HeartRate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <cstdint>
#include <chrono>
#include "displayapp/screens/Screen.h"
#include <bits/unique_ptr.h>
#include "systemtask/SystemTask.h"
#include <lvgl/src/lv_core/lv_style.h>
#include <lvgl/src/lv_core/lv_obj.h>
Expand Down
1 change: 0 additions & 1 deletion src/displayapp/screens/Motion.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <cstdint>
#include <chrono>
#include "displayapp/screens/Screen.h"
#include <bits/unique_ptr.h>
#include <lvgl/src/lv_core/lv_style.h>
#include <lvgl/src/lv_core/lv_obj.h>
#include <components/motion/MotionController.h>
Expand Down

0 comments on commit 29f0bce

Please sign in to comment.