Skip to content

Commit 03d0c93

Browse files
authored
Merge pull request #192 from baba-dev/codex/fix-compilation-errors-in-esp-idf
fix: resolve launcher view controller includes
2 parents a31726f + 1cffb2f commit 03d0c93

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

app/apps/app_launcher/view/view.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include <lvgl.h>
99
#include <mooncake_log.h>
10-
1110
#include <smooth_lvgl.h>
1211
#include <string>
1312

@@ -22,7 +21,6 @@ using namespace launcher_view;
2221
using custom::integration::CctvController;
2322
using custom::integration::MediaController;
2423
using custom::integration::SettingsController;
25-
using smooth_ui_toolkit::LvglLockGuard;
2624

2725
static const std::string _tag = "launcher-view";
2826

app/apps/app_launcher/view/view.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
#pragma once
77
#include <memory>
88

9-
10-
#include <memory>
9+
#include "integration/cctv_controller.h"
10+
#include "integration/media_controller.h"
11+
#include "integration/settings_controller.h"
1112
struct ui_root_t;
1213

1314
namespace launcher_view

0 commit comments

Comments
 (0)