diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-02-21 21:50:20 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-03-03 20:07:11 (GMT) |
| commit | 29f0bce46bd531ffa83f3445c0e0d893217aa50d (patch) | |
| tree | 9b75d76c1aa126fd5d3c75cfd40016bae43271e7 | |
| parent | 51640c72489109149c8a7c6c7cf044862cceabf5 (diff) | |
Remove unused includes in HearRate and Motion.h
The include `bits/unique_ptr.h` isn't used, so remove it.
| -rw-r--r-- | src/displayapp/screens/HeartRate.h | 1 | ||||
| -rw-r--r-- | src/displayapp/screens/Motion.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/HeartRate.h b/src/displayapp/screens/HeartRate.h index baa0ccd..2ad0035 100644 --- a/src/displayapp/screens/HeartRate.h +++ b/src/displayapp/screens/HeartRate.h @@ -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> diff --git a/src/displayapp/screens/Motion.h b/src/displayapp/screens/Motion.h index d699740..4d2bd4f 100644 --- a/src/displayapp/screens/Motion.h +++ b/src/displayapp/screens/Motion.h @@ -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> |
