Skip to content

Commit bc5c397

Browse files
committed
refactor: delete unused include
1 parent cf293b4 commit bc5c397

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

src/domain/Speedometer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#pragma once
22

3-
#include <GNSS.h>
4-
53
/**
64
* @brief Logic for tracking current and maximum speed.
75
*

src/domain/Stopwatch.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#pragma once
22

3-
// #include <Arduino.h>
4-
#include <GNSS.h>
5-
63
class Stopwatch {
74
public:
85
void update(bool isMoving, unsigned long dt) {

src/hardware/OLED.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include <Adafruit_GFX.h>
44
#include <Adafruit_SSD1306.h>
5-
#include <Arduino.h>
65
#include <Wire.h>
76

87
#include "../Config.h"

src/ui/Formatter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma once
22

33
#include <cstdio>
4-
#include <cstring>
54

65
class Formatter {
76
public:

0 commit comments

Comments
 (0)