Remove GlslangToSpv.h dependency on SpvTools.h

The dependency was only because of the SpvOptions struct which is used
in both, but really is part of the glslang public interface and should
be in the public GlslangToSpv.h header.
This commit is contained in:
Arcady Goldmints-Orlov 2023-11-08 18:13:08 -07:00 committed by arcady-lunarg
parent 62de186c33
commit 6f9ab3c2de
5 changed files with 16 additions and 14 deletions

View file

@ -43,6 +43,7 @@
#include "spirv.hpp"
#include "GlslangToSpv.h"
#include "SpvBuilder.h"
#include "SpvTools.h"
namespace spv {
#include "GLSL.std.450.h"
#include "GLSL.ext.KHR.h"