Remove editor app include root
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "Platform/Win32/Windowing/EditorWindowMessageDispatcher.h"
|
||||
#include "Windowing/EditorWindowMessageDispatcher.h"
|
||||
|
||||
#include "Platform/Win32/Chrome/BorderlessWindowChrome.h"
|
||||
#include "Platform/Win32/Chrome/EditorWindowChromeController.h"
|
||||
#include "Platform/Win32/Runtime/EditorWindowInputController.h"
|
||||
#include "Platform/Win32/Windowing/EditorWindow.h"
|
||||
#include "Platform/Win32/Windowing/EditorWindowPointerCapture.h"
|
||||
#include "Host/Interfaces/EditorWindowContentBindings.h"
|
||||
#include "Host/Interfaces/EditorWindowHostCoordinator.h"
|
||||
#include "Chrome/BorderlessWindowChrome.h"
|
||||
#include "Chrome/EditorWindowChromeController.h"
|
||||
#include "Runtime/EditorWindowInputController.h"
|
||||
#include "Windowing/EditorWindow.h"
|
||||
#include "Windowing/EditorWindowPointerCapture.h"
|
||||
#include "Interfaces/EditorWindowContentBindings.h"
|
||||
#include "Interfaces/EditorWindowHostCoordinator.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <sstream>
|
||||
|
||||
Reference in New Issue
Block a user