summaryrefslogtreecommitdiff
path: root/src/ui/modal.cpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-01-15 12:31:20 +1100
committerjacqueline <me@jacqueline.id.au>2024-01-15 12:31:20 +1100
commit7cdcd44e0ca10ebdc796638190ed1d9b45d99ef0 (patch)
tree637b43848d17c9dbdc1688cb4733eb235f223e37 /src/ui/modal.cpp
parent0e04eb918ec976017276306181282769d8896c83 (diff)
downloadtangara-fw-7cdcd44e0ca10ebdc796638190ed1d9b45d99ef0.tar.gz
Begin migration of remaining screens to Lua
Diffstat (limited to 'src/ui/modal.cpp')
-rw-r--r--src/ui/modal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/modal.cpp b/src/ui/modal.cpp
index 3cab85f5..88f6d3ef 100644
--- a/src/ui/modal.cpp
+++ b/src/ui/modal.cpp
@@ -5,8 +5,9 @@
* SPDX-License-Identifier: GPL-3.0-only
*/
+#include "modal.hpp"
+
#include "misc/lv_color.h"
-#include "modal_progress.hpp"
#include "core/lv_event.h"
#include "esp_log.h"
@@ -24,7 +25,6 @@
#include "themes.hpp"
#include "ui_events.hpp"
#include "ui_fsm.hpp"
-#include "widget_top_bar.hpp"
#include "widgets/lv_label.h"
namespace ui {