summaryrefslogtreecommitdiff
path: root/src/touchhandler/TouchHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchhandler/TouchHandler.h')
-rw-r--r--src/touchhandler/TouchHandler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/touchhandler/TouchHandler.h b/src/touchhandler/TouchHandler.h
index f5442939..ed452b3a 100644
--- a/src/touchhandler/TouchHandler.h
+++ b/src/touchhandler/TouchHandler.h
@@ -1,8 +1,6 @@
#pragma once
#include "drivers/Cst816s.h"
#include "systemtask/SystemTask.h"
-#include <FreeRTOS.h>
-#include <task.h>
namespace Pinetime {
namespace Components {
@@ -11,9 +9,6 @@ namespace Pinetime {
namespace Drivers {
class Cst816S;
}
- namespace System {
- class SystemTask;
- }
namespace Controllers {
class TouchHandler {
public: