SliceFavorites
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "SliceFavorites_precompiled.h"
|
||||
|
||||
#include "ComponentSliceFavoritesWindow.h"
|
||||
#include "SliceFavoritesWidget.h"
|
||||
#include "SliceFavoritesSystemComponentBus.h"
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "SliceFavorites_precompiled.h"
|
||||
|
||||
#include "FavoriteDataModel.h"
|
||||
#include "ComponentSliceFavoritesWindow.h"
|
||||
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "SliceFavorites_precompiled.h"
|
||||
|
||||
#include <AzCore/Memory/SystemAllocator.h>
|
||||
|
||||
#include "SliceFavoritesSystemComponent.h"
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "SliceFavorites_precompiled.h"
|
||||
|
||||
#include "SliceFavoritesSystemComponent.h"
|
||||
|
||||
#include "FavoriteDataModel.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "SliceFavorites_precompiled.h"
|
||||
|
||||
#include "SliceFavoritesTreeView.h"
|
||||
#include "FavoriteDataModel.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#if !defined(Q_MOC_RUN)
|
||||
#include <AzCore/base.h>
|
||||
#include <AzCore/Memory/SystemAllocator.h>
|
||||
#include <AzCore/std/containers/list.h>
|
||||
|
||||
#include <QTreeView>
|
||||
#endif
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "SliceFavorites_precompiled.h"
|
||||
|
||||
#include "SliceFavoritesWidget.h"
|
||||
#include "FavoriteDataModel.h"
|
||||
|
||||
@@ -1,10 +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 <platform.h> // Many CryCommon files require that this is included first.
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
set(FILES
|
||||
Source/SliceFavorites_precompiled.h
|
||||
Include/SliceFavorites/SliceFavoritesBus.h
|
||||
Source/SliceFavoritesSystemComponent.cpp
|
||||
Source/SliceFavoritesSystemComponent.h
|
||||
|
||||
Reference in New Issue
Block a user