Remove editor app include root
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
#include "InspectorPanel.h"
|
||||
|
||||
#include "Core/Panels/EditorPanelServices.h"
|
||||
#include "Core/UtilityWindows/EditorUtilityWindowRuntime.h"
|
||||
#include "State/EditorColorPickerToolState.h"
|
||||
#include "Panels/EditorPanelServices.h"
|
||||
#include "UtilityWindows/EditorUtilityWindowRuntime.h"
|
||||
#include "EditorColorPickerToolState.h"
|
||||
#include <XCEditor/Collections/UIEditorScrollView.h>
|
||||
#include <XCEditor/Fields/UIEditorFieldStyle.h>
|
||||
#include <XCEditor/Foundation/UIEditorPanelInputFilter.h>
|
||||
#include <XCEditor/Foundation/UIEditorTheme.h>
|
||||
|
||||
#include "Features/Inspector/Components/IInspectorComponentEditor.h"
|
||||
#include "Features/Inspector/Components/InspectorComponentEditorRegistry.h"
|
||||
#include "Scene/EditorSceneRuntime.h"
|
||||
#include "Services/Project/EditorProjectRuntime.h"
|
||||
#include "State/EditorCommandFocusService.h"
|
||||
#include "Inspector/Components/IInspectorComponentEditor.h"
|
||||
#include "Inspector/Components/InspectorComponentEditorRegistry.h"
|
||||
#include "EditorSceneRuntime.h"
|
||||
#include "Project/EditorProjectRuntime.h"
|
||||
#include "EditorCommandFocusService.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
Reference in New Issue
Block a user