Clean up unused includes.

This commit is contained in:
Arcady Goldmints-Orlov 2023-09-01 18:19:46 -04:00 committed by arcady-lunarg
parent 4422273e84
commit 592de6cf78
7 changed files with 2 additions and 10 deletions

View file

@ -38,7 +38,6 @@
#include <algorithm>
#include <cassert>
#include "../glslang/Include/Common.h"
namespace spv {

View file

@ -79,7 +79,8 @@ public:
#include "spirv.hpp"
namespace spv {
const Id NoResult = 0;
static inline constexpr Id NoResult = 0;
// class to hold SPIR-V binary data for remapping, DCE, and debug stripping
class spirvbin_t : public spirvbin_base_t