Remove editor app include root
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Services/Project/EditorProjectRuntime.h"
|
||||
#include "Project/EditorProjectRuntime.h"
|
||||
|
||||
namespace XCEngine::UI::Editor::App {
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Services/Project/ProjectBrowserModel.h"
|
||||
#include "Project/ProjectBrowserModel.h"
|
||||
|
||||
#include "State/EditorSelectionService.h"
|
||||
#include "State/EditorSession.h"
|
||||
#include "EditorSelectionService.h"
|
||||
#include "EditorSession.h"
|
||||
|
||||
#include <XCEngine/UI/Types.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user