Removes EMStudioCore.h from Gems/EMotionFX

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-22 15:54:10 -08:00
parent d934967caf
commit 4ec93b2e23
13 changed files with 1 additions and 28 deletions
@@ -11,6 +11,7 @@
#include <AzCore/IO/FileIO.h>
#include <AzCore/IO/SystemFile.h>
#include <AzFramework/API/ApplicationAPI.h>
#include <AzToolsFramework/Debug/TraceContext.h>
#include <EMotionFX/Source/AnimGraphManager.h>
#include <EMotionFX/Source/ActorManager.h>
#include <EMotionFX/Source/Motion.h>
@@ -1,17 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
// include all headers
#include "EMStudioConfig.h"
#include "EMStudioManager.h"
//#include "MainWindow.h"
#include "PluginManager.h"
#include "EMStudioPlugin.h"
#include "LayoutManager.h"
@@ -8,7 +8,6 @@
// include the required headers
#include "RenderPlugin.h"
#include "../EMStudioCore.h"
#include <EMotionFX/CommandSystem/Source/ImporterCommands.h>
#include <EMotionFX/CommandSystem/Source/SelectionCommands.h>
@@ -9,7 +9,6 @@
// include the required headers
#include "RenderUpdateCallback.h"
#include "RenderPlugin.h"
#include "../EMStudioCore.h"
#include <EMotionFX/Rendering/Common/OrthographicCamera.h>
#include <EMotionFX/Source/TransformData.h>
#include "RenderWidget.h"
@@ -8,7 +8,6 @@
#include "RenderViewWidget.h"
#include "RenderPlugin.h"
#include "../EMStudioCore.h"
#include "../PreferencesWindow.h"
#include <AzCore/Component/ComponentApplicationBus.h>
#include <EMotionFX/CommandSystem/Source/SelectionList.h>
@@ -14,7 +14,6 @@ set(FILES
Source/DockWidgetPlugin.cpp
Source/DockWidgetPlugin.h
Source/EMStudioConfig.h
Source/EMStudioCore.h
Source/EMStudioManager.cpp
Source/EMStudioManager.h
Source/EMStudioPlugin.cpp
@@ -12,7 +12,6 @@
#include <EMotionFX/Rendering/Common/OrbitCamera.h>
#include <EMotionFX/Rendering/Common/OrthographicCamera.h>
#include <EMotionFX/Rendering/Common/FirstPersonCamera.h>
#include "../../../../EMStudioSDK/Source/EMStudioCore.h"
#include <EMotionFX/CommandSystem/Source/SelectionCommands.h>
#include <EMotionFX/Source/AnimGraphManager.h>
#include <EMotionFX/Source/Recorder.h>
@@ -8,7 +8,6 @@
#include "OpenGLRenderPlugin.h"
#include "GLWidget.h"
#include "../../../../EMStudioSDK/Source/EMStudioCore.h"
#include "../../../../EMStudioSDK/Source/MainWindow.h"
#include "../../../../EMStudioSDK/Source/RenderPlugin/RenderViewWidget.h"
@@ -10,7 +10,6 @@
#include <AzCore/Casting/numeric_cast.h>
#include <QPushButton>
#include <QLabel>
#include "../../../../EMStudioSDK/Source/EMStudioCore.h"
#include <MCore/Source/LogManager.h>
#include <EMotionFX/CommandSystem/Source/CommandManager.h>
#include <EMotionFX/Source/ActorManager.h>
@@ -10,7 +10,6 @@
#include "AzCore/std/iterator.h"
#include <AzQtComponents/Components/FilteredSearchWidget.h>
#include <EMotionFX/Source/MotionManager.h>
#include <EMotionStudio/EMStudioSDK/Source/EMStudioCore.h>
#include <EMotionStudio/EMStudioSDK/Source/EMStudioManager.h>
#include <EMotionStudio/EMStudioSDK/Source/FileManager.h>
#include <EMotionStudio/EMStudioSDK/Source/MainWindow.h>
@@ -28,7 +28,6 @@
#include <QDesktopWidget>
#include <QToolBar>
#include <EMotionFX/CommandSystem/Source/MotionCommands.h>
#include "../../../../EMStudioSDK/Source/EMStudioCore.h"
#include <MCore/Source/LogManager.h>
#include <MCore/Source/IDGenerator.h>
#include "../../../../EMStudioSDK/Source/EMStudioManager.h"
@@ -18,7 +18,6 @@
#include <QContextMenuEvent>
#include <QTableWidget>
#include <EMotionFX/Tools/EMotionStudio/EMStudioSDK/Source/Commands.h>
#include "../../../../EMStudioSDK/Source/EMStudioCore.h"
#include "../../../../EMStudioSDK/Source/MainWindow.h"
#include "../../../../EMStudioSDK/Source/SaveChangedFilesManager.h"
#include "../../../../EMStudioSDK/Source/FileManager.h"
@@ -8,7 +8,6 @@
// include required headers
#include "NodeGroupsPlugin.h"
#include "../../../../EMStudioSDK/Source/EMStudioCore.h"
#include <MCore/Source/LogManager.h>
#include <EMotionFX/CommandSystem/Source/CommandManager.h>
#include <EMotionFX/CommandSystem/Source/NodeGroupCommands.h>