Editor/Plugins/ProjectSettingsTool

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-14 09:35:30 -07:00
parent b5c2b2a07b
commit 4e3853ef46
7 changed files with 1 additions and 28 deletions
@@ -5,8 +5,6 @@
*
*/
#include "PerforcePlugin_precompiled.h"
#include "PerforcePlugin.h"
#include "PasswordDlg.h"
#include <ui_settings.h> // generated
@@ -5,8 +5,6 @@
*
*/
#include "PerforcePlugin_precompiled.h"
#include "PerforcePlugin.h"
#include "PerforceSourceControl.h"
#include "Include/ISourceControl.h"
@@ -1,18 +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 <AzCore/PlatformDef.h>
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////
// CRY Stuff ////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
#include <platform.h>
#include "Util/EditorUtils.h"
@@ -5,8 +5,6 @@
*
*/
#include "PerforcePlugin_precompiled.h"
#include "CryFile.h"
#include "PerforceSourceControl.h"
#include "PasswordDlg.h"
@@ -13,6 +13,7 @@
#include "Include/ISourceControl.h"
#include <QtCore/QString>
class CPerforceSourceControl
: public ISourceControl
@@ -5,9 +5,6 @@
*
*/
#include "PerforcePlugin_precompiled.h"
#include "PerforcePlugin.h"
#include "Include/ISourceControl.h"
@@ -16,5 +16,4 @@ set(FILES
PerforceSourceControl.cpp
PerforceSourceControl.h
resource.h
PerforcePlugin_precompiled.h
)