From a77db60fed81e8e6492806d82d50ef570f70706b Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 26 Jan 2020 17:44:22 -0800 Subject: Renamed platform headers .h -> .hpp --- Graphics/GLSLTools/src/GLSLSourceBuilder.cpp | 2 +- Graphics/GLSLTools/src/SPIRVUtils.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GLSLTools') diff --git a/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp b/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp index 539d998f..d415aee2 100644 --- a/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp +++ b/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp @@ -29,7 +29,7 @@ #include #include "GLSLSourceBuilder.hpp" -#include "DebugUtilities.h" +#include "DebugUtilities.hpp" #include "HLSL2GLSLConverterImpl.hpp" #include "RefCntAutoPtr.hpp" #include "DataBlobImpl.hpp" diff --git a/Graphics/GLSLTools/src/SPIRVUtils.cpp b/Graphics/GLSLTools/src/SPIRVUtils.cpp index 17906e39..47c1c563 100644 --- a/Graphics/GLSLTools/src/SPIRVUtils.cpp +++ b/Graphics/GLSLTools/src/SPIRVUtils.cpp @@ -38,7 +38,7 @@ #endif #include "SPIRVUtils.hpp" -#include "DebugUtilities.h" +#include "DebugUtilities.hpp" #include "DataBlobImpl.hpp" #include "RefCntAutoPtr.hpp" -- cgit v1.2.3