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 "Features/Scene/SceneViewportController.h"
#include "Scene/SceneViewportController.h"
#include "Rendering/Viewport/ViewportObjectPickerService.h"
#include "Scene/EditorSceneRuntime.h"
#include "State/EditorCommandFocusService.h"
#include "Viewport/ViewportObjectPickerService.h"
#include "EditorSceneRuntime.h"
#include "EditorCommandFocusService.h"
#include "Core/Panels/EditorPanelIds.h"
#include "Panels/EditorPanelIds.h"
#include <XCEditor/Viewport/UIEditorViewportInputBridge.h>
#include <XCEditor/Viewport/UIEditorViewportSlot.h>