refactor(editor/windowing): promote core into XCUIEditorLib

This commit is contained in:
2026-04-26 12:23:16 +08:00
parent 57fe2cfd3b
commit b7bf11001f
29 changed files with 116 additions and 100 deletions

View File

@@ -1,9 +1,8 @@
#include "Windowing/Content/EditorWorkspaceWindowContentController.h"
#include "Windowing/System/EditorWindowPresentationPolicy.h"
#include "Windowing/System/EditorWindowSystem.h"
#include <XCEditor/Foundation/UIEditorRuntimeTrace.h>
#include <XCEditor/Windowing/EditorWindowPresentationPolicy.h>
#include <XCEditor/Windowing/EditorWindowSystem.h>
#include <XCEditor/Workspace/UIEditorDetachedWindowPolicy.h>
#include <XCEditor/Workspace/UIEditorWorkspaceLayoutPersistence.h>