MX 2 سال پیش
والد
کامیت
8f2b917e17

+ 1 - 0
non_catalog_apps/shapshup/scenes/shapshup_scene_load_failed.c

@@ -1,4 +1,5 @@
 #include "../shapshup_i.h"
+#include <shapshup_icons.h>
 
 void shapshup_scene_load_failed_on_enter(void* context) {
     furi_assert(context);

+ 1 - 0
non_catalog_apps/shapshup/scenes/shapshup_scene_load_file.c

@@ -1,4 +1,5 @@
 #include "../shapshup_i.h"
+#include <shapshup_icons.h>
 
 #define TAG "ShapShupSceneLoadFile"
 

+ 0 - 1
non_catalog_apps/shapshup/views/shapshup_main_view.h

@@ -3,7 +3,6 @@
 #include "../helpers/shapshup_files.h"
 #include "../shapshup_custom_event.h"
 #include <gui/view.h>
-#include "assets_icons.h"
 #include <input/input.h>
 #include <gui/elements.h>
 #include <gui/icon.h>

+ 0 - 1
non_catalog_apps/shapshup/views/shapshup_main_view_private.h

@@ -4,7 +4,6 @@
 #include "../shapshup_i.h"
 #include <input/input.h>
 #include <gui/elements.h>
-#include "assets_icons.h"
 #include <gui/icon.h>
 #include <m-array.h>