summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/BatteryInfo.h
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2021-11-15 21:09:59 +0100
committerReinhold Gschweicher <pyro4hell@gmail.com>2021-11-15 21:56:02 +0100
commitc4f2fb2fa478ccd404afc0220e3e8cfe127e58e7 (patch)
tree9c5e619c0e0b03d1e9c10db86b1fce782bfadf7d /src/displayapp/screens/BatteryInfo.h
parent624429b54c1819d58b69a2f74f5c852e1ecb0ed3 (diff)
BatteryInfo: remove unused FreeRTOS.h and timer.h includes
Diffstat (limited to 'src/displayapp/screens/BatteryInfo.h')
-rw-r--r--src/displayapp/screens/BatteryInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/BatteryInfo.h b/src/displayapp/screens/BatteryInfo.h
index 63454a26..aaa741ce 100644
--- a/src/displayapp/screens/BatteryInfo.h
+++ b/src/displayapp/screens/BatteryInfo.h
@@ -1,8 +1,6 @@
#pragma once
#include <cstdint>
-#include <FreeRTOS.h>
-#include <timers.h>
#include "Screen.h"
#include <lvgl/lvgl.h>