summaryrefslogtreecommitdiff
path: root/src/components/motor
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-09-14 19:44:50 (GMT)
committerGitHub <noreply@github.com>2021-09-14 19:44:50 (GMT)
commitd081c41ae7fea7d1b7d149fa70ffa42c71954337 (patch)
tree5e5c5273e21164b43284b1572333d1c17e1d37f2 /src/components/motor
parent6356c7f276d09ab32d6f1c1338dac0b00a602232 (diff)
parentf89780f3323042ce9a83f78aa9017c56f0fb62e9 (diff)
Merge pull request #668 from NeroBurner/motorcontroller_remove_unused_include
Remove unused include in MotoController.h
Diffstat (limited to 'src/components/motor')
-rw-r--r--src/components/motor/MotorController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/motor/MotorController.h b/src/components/motor/MotorController.h
index 1d8fcc9..cf78088 100644
--- a/src/components/motor/MotorController.h
+++ b/src/components/motor/MotorController.h
@@ -1,7 +1,6 @@
#pragma once
#include <cstdint>
-#include "app_timer.h"
#include "components/settings/Settings.h"
namespace Pinetime {