diff --git a/Redcraft.Utility/Source/Public/CoreTypes.h b/Redcraft.Utility/Source/Public/CoreTypes.h index 5ee1052..1b0a8a7 100644 --- a/Redcraft.Utility/Source/Public/CoreTypes.h +++ b/Redcraft.Utility/Source/Public/CoreTypes.h @@ -1,4 +1,4 @@ #pragma once -#include "Platform/Platform.h" +#include "Misc/Platform.h" #include "Misc/CoreDefines.h" diff --git a/Redcraft.Utility/Source/Public/Platform/Platform.h b/Redcraft.Utility/Source/Public/Misc/Platform.h similarity index 100% rename from Redcraft.Utility/Source/Public/Platform/Platform.h rename to Redcraft.Utility/Source/Public/Misc/Platform.h