commit | 7a222e4abf61cc73fffee551391ebdbefad38e05 | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Wed Nov 11 12:40:25 2015 -0500 |
committer | David Neto <dneto@google.com> | Thu Nov 12 09:42:58 2015 -0500 |
tree | 4d1fae581159a3304db20c94a476c05686b442fc | |
parent | 04736e7878d73073b1bbcd2980811a8490637b82 [diff] [blame] |
Move info table related structs into table.h.
diff --git a/source/binary.h b/source/binary.h index 889716f..73af460 100644 --- a/source/binary.h +++ b/source/binary.h
@@ -28,7 +28,7 @@ #define LIBSPIRV_BINARY_H_ #include "libspirv/libspirv.h" - +#include "table.h" // TODO(dneto): Move spvBinaryParse and related type definitions to libspirv.h extern "C" {