Remove editor app include root

This commit is contained in:
2026-04-27 19:16:08 +08:00
parent 3b945dc6d4
commit 8353da05e5
164 changed files with 472 additions and 436 deletions

View File

@@ -1,10 +1,10 @@
#include <gtest/gtest.h>
#include "Core/Panels/EditorPanelIds.h"
#include "Commands/EditorEditCommandRoute.h"
#include "Commands/EditorHostCommandBridge.h"
#include "State/EditorCommandFocusService.h"
#include "State/EditorSession.h"
#include "Panels/EditorPanelIds.h"
#include "EditorEditCommandRoute.h"
#include "EditorHostCommandBridge.h"
#include "EditorCommandFocusService.h"
#include "EditorSession.h"
namespace {

View File

@@ -1,5 +1,5 @@
#include "Services/Project/EditorProjectRuntime.h"
#include "State/EditorSelectionService.h"
#include "Project/EditorProjectRuntime.h"
#include "EditorSelectionService.h"
#include <gtest/gtest.h>

View File

@@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#include "Composition/EditorShellAssetBuilder.h"
#include "EditorShellAssetBuilder.h"
#include <XCEditor/Shell/UIEditorShellAsset.h>

View File

@@ -1,5 +1,5 @@
#include "Features/Hierarchy/HierarchyModel.h"
#include "Scene/EditorSceneBridge.h"
#include "Hierarchy/HierarchyModel.h"
#include "EditorSceneBridge.h"
#include <XCEngine/Components/GameObject.h>
#include <XCEngine/Core/Asset/ResourceManager.h>

View File

@@ -1,8 +1,8 @@
#include "Features/Inspector/Components/IInspectorComponentEditor.h"
#include "Features/Inspector/Components/InspectorComponentEditorRegistry.h"
#include "Features/Inspector/InspectorPresentationModel.h"
#include "Features/Inspector/InspectorSubject.h"
#include "Scene/EditorSceneRuntime.h"
#include "Inspector/Components/IInspectorComponentEditor.h"
#include "Inspector/Components/InspectorComponentEditorRegistry.h"
#include "Inspector/InspectorPresentationModel.h"
#include "Inspector/InspectorSubject.h"
#include "EditorSceneRuntime.h"
#include <XCEngine/Components/CameraComponent.h>
#include <XCEngine/Components/GameObject.h>

View File

@@ -1,4 +1,4 @@
#include "Services/Project/ProjectBrowserModel.h"
#include "Project/ProjectBrowserModel.h"
#include <gtest/gtest.h>

View File

@@ -1,8 +1,8 @@
#include "Features/Project/ProjectPanel.h"
#include "Project/ProjectPanel.h"
#include "Ports/SystemInteractionPort.h"
#include "Rendering/Assets/BuiltInIcons.h"
#include "Assets/BuiltInIcons.h"
#include "Core/Panels/EditorPanelIds.h"
#include "Panels/EditorPanelIds.h"
#include <gtest/gtest.h>

View File

@@ -1,4 +1,4 @@
#include "Rendering/Viewport/SceneViewportRenderPlan.h"
#include "Viewport/SceneViewportRenderPlan.h"
#include <XCEngine/Components/CameraComponent.h>
#include <XCEngine/Components/GameObject.h>

View File

@@ -1,12 +1,12 @@
#include "Scene/EditorSceneRuntime.h"
#include "Features/Scene/SceneViewportController.h"
#include "Features/Inspector/InspectorSubject.h"
#include "Rendering/Viewport/SceneViewportRenderService.h"
#include "Rendering/Viewport/ViewportHostService.h"
#include "EditorSceneRuntime.h"
#include "Scene/SceneViewportController.h"
#include "Inspector/InspectorSubject.h"
#include "Viewport/SceneViewportRenderService.h"
#include "Viewport/ViewportHostService.h"
#include "Rendering/Viewport/ViewportRenderTargetInternal.h"
#include "State/EditorSelectionService.h"
#include "EditorSelectionService.h"
#include "Core/Panels/EditorPanelIds.h"
#include "Panels/EditorPanelIds.h"
#include <XCEditor/Viewport/UIEditorViewportInputBridge.h>
#include <XCEditor/Viewport/UIEditorViewportSlot.h>

View File

@@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#include "Composition/EditorShellAssetBuilder.h"
#include "EditorShellAssetBuilder.h"
#include <XCEditor/Shell/UIEditorShellAsset.h>
#include <XCEditor/Shell/UIEditorStructuredShell.h>

View File

@@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#include "Composition/EditorShellAssetBuilder.h"
#include "EditorShellAssetBuilder.h"
#include <XCEditor/Panels/UIEditorPanelRegistry.h>