Refactor recent files management: consolidate RecentFilesManager into project.h and remove redundant recent_files.h

This commit is contained in:
scawful
2024-11-09 20:38:00 -05:00
parent 4a9df65ef5
commit ba5c86f0ba
5 changed files with 55 additions and 69 deletions

View File

@@ -4,6 +4,7 @@
#include "absl/strings/match.h"
#include "app/core/constants.h"
#include "app/core/platform/file_dialog.h"
#include "app/core/project.h"
#include "app/editor/code/assembly_editor.h"
#include "app/editor/dungeon/dungeon_editor.h"
#include "app/editor/graphics/graphics_editor.h"
@@ -13,7 +14,6 @@
#include "app/editor/overworld/overworld_editor.h"
#include "app/editor/sprite/sprite_editor.h"
#include "app/editor/utils/flags.h"
#include "app/editor/utils/recent_files.h"
#include "app/emu/emulator.h"
#include "app/gui/icons.h"
#include "app/gui/input.h"