Skip to content

Commit f4f1d8a

Browse files
authored
SPIR-V: Remove SpvTools.h include from disassemble.cpp (KhronosGroup#2417)
disassemble.cpp appears not to be using anything from SpvTools.h, but the inclusion of it prevents standalone building of the SPIR-V portion (for instance, when needed purely for generation and disassembly) without SPIRV-Tools dependency.
1 parent 69d0c1a commit f4f1d8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SPIRV/disassemble.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646

4747
#include "disassemble.h"
4848
#include "doc.h"
49-
#include "SpvTools.h"
5049

5150
namespace spv {
5251
extern "C" {

0 commit comments

Comments
 (0)