commit | dc6e4834d63da07593c67fdc13af278d3db63696 | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Wed Sep 21 17:16:31 2016 -0400 |
committer | Lei Zhang <antiagainst@google.com> | Thu Sep 22 18:15:23 2016 -0400 |
tree | 0646a0f42b69b4699b50ce515e317260384f595f | |
parent | c6b23f823750fed58945ed0a47e1d65d9db92fd2 [diff] [blame] |
Clean up header dependency.
diff --git a/source/binary.cpp b/source/binary.cpp index c8b7c38..689937f 100644 --- a/source/binary.cpp +++ b/source/binary.cpp
@@ -20,13 +20,14 @@ #include <iterator> #include <limits> #include <unordered_map> +#include <vector> #include "assembly_grammar.h" #include "diagnostic.h" #include "ext_inst.h" #include "opcode.h" #include "operand.h" -#include "spirv-tools/libspirv.h" +#include "spirv/1.1/spirv.h" #include "spirv_constant.h" #include "spirv_endian.h"