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,19 +1,19 @@
#include "Bootstrap/Application.h"
#include "Bootstrap/EditorResources.h"
#include "Host/Interfaces/SystemInteractionService.h"
#include "Composition/EditorContext.h"
#include "Features/EditorUtilityWindowRegistry.h"
#include "Features/EditorWorkspacePanelRegistry.h"
#include "Windowing/EditorWindowManager.h"
#include "Platform/Win32/Diagnostics/Win32CrashTrace.h"
#include "Platform/Win32/System/Win32SystemInteractionHost.h"
#include "Platform/Win32/Windowing/EditorWindow.h"
#include "Platform/Win32/Windowing/EditorWindowHostConfig.h"
#include "Platform/Win32/Windowing/EditorWindowHostRuntime.h"
#include "Platform/Win32/Windowing/EditorWindowMessageDispatcher.h"
#include "Rendering/D3D12/D3D12EditorWindowRenderRuntime.h"
#include "Support/EnvironmentFlags.h"
#include "Support/ExecutablePath.h"
#include "Application.h"
#include "EditorResources.h"
#include "Interfaces/SystemInteractionService.h"
#include "EditorContext.h"
#include "EditorUtilityWindowRegistry.h"
#include "EditorWorkspacePanelRegistry.h"
#include "EditorWindowManager.h"
#include "Diagnostics/Win32CrashTrace.h"
#include "System/Win32SystemInteractionHost.h"
#include "Windowing/EditorWindow.h"
#include "Windowing/EditorWindowHostConfig.h"
#include "Windowing/EditorWindowHostRuntime.h"
#include "Windowing/EditorWindowMessageDispatcher.h"
#include "D3D12/D3D12EditorWindowRenderRuntime.h"
#include "EnvironmentFlags.h"
#include "ExecutablePath.h"
#include <XCEditor/Foundation/UIEditorRuntimeTrace.h>
#include <XCEditor/Windowing/System/EditorWindowSystem.h>