summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Gauge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DisplayApp/Screens/Gauge.h')
-rw-r--r--src/DisplayApp/Screens/Gauge.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/DisplayApp/Screens/Gauge.h b/src/DisplayApp/Screens/Gauge.h
index 463654ee..03c06bed 100644
--- a/src/DisplayApp/Screens/Gauge.h
+++ b/src/DisplayApp/Screens/Gauge.h
@@ -1,17 +1,10 @@
#pragma once
#include <cstdint>
-#include <chrono>
-#include <Components/Gfx/Gfx.h>
#include "Screen.h"
#include <bits/unique_ptr.h>
#include <libs/lvgl/src/lv_core/lv_style.h>
#include <libs/lvgl/src/lv_core/lv_obj.h>
-#include <Components/Battery/BatteryController.h>
-#include <Components/Ble/BleController.h>
-#include "../Fonts/lcdfont14.h"
-#include "../Fonts/lcdfont70.h"
-#include "../../Version.h"
namespace Pinetime {
namespace Applications {