diff options
Diffstat (limited to 'Graphics/HLSL2GLSLConverterLib')
| -rw-r--r-- | Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp | 2 | ||||
| -rw-r--r-- | Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
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 <vector> #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 |
