BatteryInfo: remove unused FreeRTOS.h and timer.h includes

This commit is contained in:
Reinhold Gschweicher 2021-11-15 21:09:59 +01:00
parent 624429b54c
commit c4f2fb2fa4

View file

@ -1,8 +1,6 @@
#pragma once
#include <cstdint>
#include <FreeRTOS.h>
#include <timers.h>
#include "Screen.h"
#include <lvgl/lvgl.h>