From fa7fb792ec7ce494b434cc68fed5a3d2c9328a38 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 26 Jan 2020 17:55:51 -0800 Subject: A bunch of final .h -> .hpp renamings --- Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp | 2 +- Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/HLSL2GLSLConverterLib') diff --git a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp index 0777dbdd..3d32aac5 100644 --- a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp +++ b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp @@ -33,7 +33,7 @@ #include #include "HLSL2GLSLConverter.h" -#include "ObjectBase.h" +#include "ObjectBase.hpp" #include "HLSLKeywords.h" #include "Shader.h" #include "HashUtils.hpp" diff --git a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp index 8603ced8..a77f4fda 100644 --- a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp +++ b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp @@ -27,7 +27,7 @@ #pragma once -#include "ObjectBase.h" +#include "ObjectBase.hpp" #include "HLSL2GLSLConverter.h" namespace Diligent -- cgit v1.2.3