[redcode/crythread-2nd-pass] removed CryThread*.h files

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
AMZN-ScottR
2021-08-10 21:27:22 -07:00
parent f99f1f00f4
commit 6f2b7baae8
16 changed files with 7 additions and 524 deletions
+1
View File
@@ -14,6 +14,7 @@
#include <AzCore/PlatformIncl.h>
#include <CryCommon/platform.h>
#include <CryCommon/Cry_Geo.h>
#include <set>
// forward declarations.
class CEntityObject;
+2
View File
@@ -15,6 +15,8 @@
#include "Util/GuidUtil.h"
#include "ErrorReport.h"
#include <set>
class CPakFile;
class CErrorRecord;
struct IObjectManager;
+1
View File
@@ -12,6 +12,7 @@
#include <QString>
#include <CryString.h>
#include "UnicodeFunctions.h"
#include <StlUtils.h>
#include <QApplication>
#include <QDropEvent>
-1
View File
@@ -9,7 +9,6 @@
#pragma once
#include "CryThread.h"
#include "StringUtils.h"
#include "../Include/SandboxAPI.h"
#include <QString>
+2
View File
@@ -22,6 +22,8 @@ AZ_PUSH_DISABLE_WARNING(4458, "-Wunknown-warning-option")
AZ_POP_DISABLE_WARNING
#include <QVariant>
#include <StlUtils.h>
inline const char* to_c_str(const char* str) { return str; }
#define MAX_VAR_STRING_LENGTH 4096