refactor(new_editor): tighten app dependency boundaries

This commit is contained in:
2026-04-19 02:48:41 +08:00
parent 7429f22fb1
commit c59cd83c38
86 changed files with 1754 additions and 1077 deletions

View File

@@ -4,8 +4,8 @@
#include "Project/EditorProjectRuntime.h"
#include "Scene/EditorSceneRuntime.h"
#include <XCEditor/App/EditorHostCommandBridge.h>
#include <XCEditor/App/EditorSession.h>
#include "Commands/EditorHostCommandBridge.h"
#include "State/EditorSession.h"
#include <XCEditor/Foundation/UIEditorShortcutManager.h>
#include <XCEditor/Shell/UIEditorShellAsset.h>
#include <XCEditor/Shell/UIEditorShellInteraction.h>