summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineNextGenBase
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineNextGenBase')
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp4
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp
index 8954e3d4..9dccaf17 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp
+++ b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp
@@ -30,9 +30,9 @@
#include "Atomics.h"
#include "BasicTypes.h"
#include "ReferenceCounters.h"
-#include "RefCntAutoPtr.h"
+#include "RefCntAutoPtr.hpp"
#include "DeviceContextBase.hpp"
-#include "RefCntAutoPtr.h"
+#include "RefCntAutoPtr.hpp"
namespace Diligent
{
diff --git a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp
index 8ac8bc18..13bc944b 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp
+++ b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp
@@ -35,7 +35,7 @@
#include "BasicTypes.h"
#include "ReferenceCounters.h"
#include "MemoryAllocator.h"
-#include "RefCntAutoPtr.h"
+#include "RefCntAutoPtr.hpp"
#include "PlatformMisc.h"
#include "ResourceReleaseQueue.hpp"
#include "EngineMemory.h"