removed unused headers and forwards
Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
+2
-8
@@ -10,11 +10,10 @@
|
||||
|
||||
#if !defined(Q_MOC_RUN)
|
||||
#include <Atom/Document/ShaderManagementConsoleDocumentNotificationBus.h>
|
||||
#include <AzCore/Memory/SystemAllocator.h>
|
||||
|
||||
#include <Atom/RPI.Edit/Shader/ShaderVariantListSourceData.h>
|
||||
#include <Atom/RPI.Public/Shader/Shader.h>
|
||||
#include <AtomToolsFramework/Window/AtomToolsMainWindow.h>
|
||||
#include <AzCore/Memory/SystemAllocator.h>
|
||||
|
||||
AZ_PUSH_DISABLE_WARNING(4251 4800, "-Wunknown-warning-option") // disable warnings spawned by QT
|
||||
#include <Window/ShaderManagementConsoleBrowserWidget.h>
|
||||
@@ -24,11 +23,6 @@ AZ_PUSH_DISABLE_WARNING(4251 4800, "-Wunknown-warning-option") // disable warnin
|
||||
AZ_POP_DISABLE_WARNING
|
||||
#endif
|
||||
|
||||
namespace AzToolsFramework
|
||||
{
|
||||
class CScriptTermDialog;
|
||||
}
|
||||
|
||||
namespace ShaderManagementConsole
|
||||
{
|
||||
/**
|
||||
@@ -57,8 +51,8 @@ namespace ShaderManagementConsole
|
||||
void OnDocumentSaved(const AZ::Uuid& documentId) override;
|
||||
|
||||
void CreateMenu() override;
|
||||
|
||||
void CreateTabBar() override;
|
||||
|
||||
void AddTabForDocumentId(const AZ::Uuid& documentId) override;
|
||||
void UpdateTabForDocumentId(const AZ::Uuid& documentId) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user