summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorarcady-lunarg <122813703+arcady-lunarg@users.noreply.github.com>2024-09-15 13:12:06 -0600
committerGitHub <noreply@github.com>2024-09-15 12:12:06 -0700
commitc46ca4cfeff2c78078aa3c4014cd6b0341ee01fc (patch)
tree151be7212b4daa1e4dd01579e0d129cde4bf7ef5 /source
parent003df7e9993cdcceebf508ee4bfd846292263caf (diff)
Remove includes of glslang private headers (#5059)
Diffstat (limited to 'source')
-rw-r--r--source/slang-glslang/slang-glslang.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/slang-glslang/slang-glslang.cpp b/source/slang-glslang/slang-glslang.cpp
index d29d22e89..2dd1b46ab 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 <memory>
+#include <mutex>
#include <sstream>
// This is a wrapper to allow us to run the `glslang` compiler