SPIR-V: Remove SpvTools.h include from disassemble.cpp (#2417)
authorTriang3l <hwguy.siplus@gmail.com>
Mon, 12 Oct 2020 16:33:01 +0000 (19:33 +0300)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 16:33:01 +0000 (10:33 -0600)
commitf4f1d8a352ca1908943aea2ad8c54b39b4879080
treef9e2fd8caed8227747e9eb0dadd24e541debeb3b
parent69d0c1acc28a9e634ed45ff5fb66b8e6a3fbef81
SPIR-V: Remove SpvTools.h include from disassemble.cpp (#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.
SPIRV/disassemble.cpp