소스 검색

Update file_exists_error.h

acegoal07 1 년 전
부모
커밋
5971c2a40f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scences/file_exists_error.h

+ 1 - 1
scences/file_exists_error.h

@@ -1,9 +1,9 @@
 #pragma once
 #include <furi.h>
 #include <gui/gui.h>
+#include <gui/modules/popup.h>
 #include <gui/view_dispatcher.h>
 #include <gui/scene_manager.h>
-#include <gui/modules/file_browser.h>
 
 void nfc_playlist_file_select_scene_on_enter(void* context);
 bool nfc_playlist_file_select_scene_on_event(void* context, SceneManagerEvent event);