Skip to content

Commit 8f2b917

Browse files
committed
fix icons
1 parent 41620b9 commit 8f2b917

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

non_catalog_apps/shapshup/scenes/shapshup_scene_load_failed.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "../shapshup_i.h"
2+
#include <shapshup_icons.h>
23

34
void shapshup_scene_load_failed_on_enter(void* context) {
45
furi_assert(context);

non_catalog_apps/shapshup/scenes/shapshup_scene_load_file.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "../shapshup_i.h"
2+
#include <shapshup_icons.h>
23

34
#define TAG "ShapShupSceneLoadFile"
45

non_catalog_apps/shapshup/views/shapshup_main_view.h

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "../helpers/shapshup_files.h"
44
#include "../shapshup_custom_event.h"
55
#include <gui/view.h>
6-
#include "assets_icons.h"
76
#include <input/input.h>
87
#include <gui/elements.h>
98
#include <gui/icon.h>

non_catalog_apps/shapshup/views/shapshup_main_view_private.h

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "../shapshup_i.h"
55
#include <input/input.h>
66
#include <gui/elements.h>
7-
#include "assets_icons.h"
87
#include <gui/icon.h>
98
#include <m-array.h>
109

0 commit comments

Comments
 (0)