summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Gauge.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-07-11 21:09:34 +0200
committerJF <jf@codingfield.com>2020-07-11 21:09:34 +0200
commit64c14274fc2f025fc48d3df47a1640f08eb968cd (patch)
tree262cf8b4e84c556748f42bbf778b48a68210921d /src/DisplayApp/Screens/Gauge.h
parent0bcaf9c22d6183ba8072e10abb9da7aea578b8db (diff)
parent6309719a62436fd746a7a8b228205e93b419ca26 (diff)
Merge branch 'develop'
# Conflicts: # CMakeLists.txt
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 {