From 50a3546fbc89633de34f52cb6c30757d56335ffd Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 27 Dec 2018 17:25:18 -0800 Subject: Updated GraphicsAccessoires' interface headers to use relative include paths --- Graphics/GraphicsAccessories/interface/ResourceReleaseQueue.h | 8 ++++---- Graphics/GraphicsAccessories/interface/RingBuffer.h | 8 ++++---- Graphics/GraphicsAccessories/interface/SRBMemoryAllocator.h | 2 +- .../interface/VariableSizeAllocationsManager.h | 8 ++++---- .../interface/VariableSizeGPUAllocationsManager.h | 1 - 5 files changed, 13 insertions(+), 14 deletions(-) (limited to 'Graphics') diff --git a/Graphics/GraphicsAccessories/interface/ResourceReleaseQueue.h b/Graphics/GraphicsAccessories/interface/ResourceReleaseQueue.h index 13b22ad6..ee515feb 100644 --- a/Graphics/GraphicsAccessories/interface/ResourceReleaseQueue.h +++ b/Graphics/GraphicsAccessories/interface/ResourceReleaseQueue.h @@ -32,10 +32,10 @@ #include #include -#include "MemoryAllocator.h" -#include "STDAllocator.h" -#include "DebugUtilities.h" -#include "Atomics.h" +#include "../../../Primitives/interface/MemoryAllocator.h" +#include "../../../Common/interface/STDAllocator.h" +#include "../../../Platforms/interface/Atomics.h" +#include "../../../Platforms/Basic/interface/DebugUtilities.h" namespace Diligent { diff --git a/Graphics/GraphicsAccessories/interface/RingBuffer.h b/Graphics/GraphicsAccessories/interface/RingBuffer.h index 0f8cfefd..ac1d72dc 100644 --- a/Graphics/GraphicsAccessories/interface/RingBuffer.h +++ b/Graphics/GraphicsAccessories/interface/RingBuffer.h @@ -28,10 +28,10 @@ #include -#include "MemoryAllocator.h" -#include "STDAllocator.h" -#include "DebugUtilities.h" -#include "Align.h" +#include "../../../Primitives/interface/MemoryAllocator.h" +#include "../../../Platforms/Basic/interface/DebugUtilities.h" +#include "../../../Common/interface/Align.h" +#include "../../../Common/interface/STDAllocator.h" namespace Diligent { diff --git a/Graphics/GraphicsAccessories/interface/SRBMemoryAllocator.h b/Graphics/GraphicsAccessories/interface/SRBMemoryAllocator.h index c6aa9f04..c8b7407d 100644 --- a/Graphics/GraphicsAccessories/interface/SRBMemoryAllocator.h +++ b/Graphics/GraphicsAccessories/interface/SRBMemoryAllocator.h @@ -25,7 +25,7 @@ #pragma once -#include "FixedBlockMemoryAllocator.h" +#include "../../../Common/interface/FixedBlockMemoryAllocator.h" namespace Diligent { diff --git a/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h b/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h index bb041e81..360995b0 100644 --- a/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h +++ b/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h @@ -29,10 +29,10 @@ #include #include -#include "MemoryAllocator.h" -#include "STDAllocator.h" -#include "DebugUtilities.h" -#include "Align.h" +#include "../../../Primitives/interface/MemoryAllocator.h" +#include "../../../Platforms/Basic/interface/DebugUtilities.h" +#include "../../../Common/interface/Align.h" +#include "../../../Common/interface/STDAllocator.h" namespace Diligent { diff --git a/Graphics/GraphicsAccessories/interface/VariableSizeGPUAllocationsManager.h b/Graphics/GraphicsAccessories/interface/VariableSizeGPUAllocationsManager.h index 4ea7e814..5617974b 100644 --- a/Graphics/GraphicsAccessories/interface/VariableSizeGPUAllocationsManager.h +++ b/Graphics/GraphicsAccessories/interface/VariableSizeGPUAllocationsManager.h @@ -29,7 +29,6 @@ #include #include "VariableSizeAllocationsManager.h" -#include "STDAllocator.h" namespace Diligent { -- cgit v1.2.3