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,7 +4,6 @@
#define IMGUI_DEFINE_MATH_OPERATORS
#include "absl/status/status.h"
#include "app/core/message.h"
#include "app/core/project.h"
#include "app/editor/code/assembly_editor.h"
#include "app/editor/code/memory_editor.h"