Skip to content

Commit

Permalink
HeartRate: includes relative to src
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBurner committed Nov 22, 2021
1 parent 06c5716 commit 7d8363d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/displayapp/screens/HeartRate.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <libs/lvgl/lvgl.h>
#include "HeartRate.h"
#include "displayapp/screens/HeartRate.h"
#include <components/heartrate/HeartRateController.h>

#include "../DisplayApp.h"
#include "displayapp/DisplayApp.h"

using namespace Pinetime::Applications::Screens;

Expand Down
2 changes: 1 addition & 1 deletion src/displayapp/screens/HeartRate.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <cstdint>
#include <chrono>
#include "Screen.h"
#include "displayapp/screens/Screen.h"
#include <components/heartrate/HeartRateController.h>
#include <bits/unique_ptr.h>
#include "systemtask/SystemTask.h"
Expand Down

0 comments on commit 7d8363d

Please sign in to comment.