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,9 +1,9 @@
#include "Features/Inspector/InspectorPresentationModel.h"
#include "Inspector/InspectorPresentationModel.h"
#include "Features/Inspector/Components/IInspectorComponentEditor.h"
#include "Features/Inspector/Components/InspectorComponentEditorUtils.h"
#include "Features/Inspector/Components/InspectorComponentEditorRegistry.h"
#include "Scene/EditorSceneRuntime.h"
#include "Inspector/Components/IInspectorComponentEditor.h"
#include "Inspector/Components/InspectorComponentEditorUtils.h"
#include "Inspector/Components/InspectorComponentEditorRegistry.h"
#include "EditorSceneRuntime.h"
#include <XCEngine/Components/GameObject.h>