Remove ConstantManager and related includes; update editor context accordingly

This commit is contained in:
scawful
2025-01-26 13:38:45 -05:00
parent c8d4efda2e
commit db9fab83df
3 changed files with 4 additions and 77 deletions

View File

@@ -1,5 +1,9 @@
#include "assembly_editor.h"
#include <fstream>
#include <string>
#include <vector>
#include "absl/strings/str_cat.h"
#include "app/core/platform/file_dialog.h"
#include "app/gui/icons.h"