Fix case-insensitive non-portable include paths
Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <AzCore/base.h>
|
||||
#include <Azcore/PlatformIncl.h>
|
||||
#include <AzCore/PlatformIncl.h>
|
||||
#include <AzCore/std/algorithm.h>
|
||||
#include <vulkan/vulkan.h>
|
||||
#include <limits.h>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AZCore/std/containers/unordered_map.h>
|
||||
#include <AzCore/std/containers/unordered_map.h>
|
||||
#include <AzCore/std/smart_ptr/unique_ptr.h>
|
||||
#include <Asset/BlastAsset.h>
|
||||
#include <AzCore/Component/Component.h>
|
||||
|
||||
Reference in New Issue
Block a user