From c46ca4cfeff2c78078aa3c4014cd6b0341ee01fc Mon Sep 17 00:00:00 2001 From: arcady-lunarg <122813703+arcady-lunarg@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:12:06 -0600 Subject: [PATCH] Remove includes of glslang private headers (#5059) --- source/slang-glslang/slang-glslang.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/slang-glslang/slang-glslang.cpp b/source/slang-glslang/slang-glslang.cpp index d29d22e894..2dd1b46ab6 100644 --- a/source/slang-glslang/slang-glslang.cpp +++ b/source/slang-glslang/slang-glslang.cpp @@ -3,16 +3,10 @@ #include "glslang/Public/ResourceLimits.h" -#include "StandAlone/Worklist.h" -#include "glslang/Include/ShHandle.h" #include "glslang/Public/ShaderLang.h" #include "SPIRV/GlslangToSpv.h" -#include "SPIRV/GLSL.std.450.h" -#include "SPIRV/doc.h" #include "SPIRV/disassemble.h" -#include "glslang/MachineIndependent/localintermediate.h" - #include "slang.h" #include "spirv-tools/optimizer.hpp" @@ -23,6 +17,7 @@ #endif #include +#include #include // This is a wrapper to allow us to run the `glslang` compiler