Skip to content

Commit

Permalink
Remove includes of glslang private headers (#5059)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcady-lunarg authored Sep 15, 2024
1 parent 003df7e commit c46ca4c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions source/slang-glslang/slang-glslang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -23,6 +17,7 @@
#endif

#include <memory>
#include <mutex>
#include <sstream>

// This is a wrapper to allow us to run the `glslang` compiler
Expand Down

0 comments on commit c46ca4c

Please sign in to comment.