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/ext_inst.cpp b/source/ext_inst.cpp index 6d018a5..4c1d16d 100644 --- a/source/ext_inst.cpp +++ b/source/ext_inst.cpp
@@ -1,4 +1,4 @@ -#include <libspirv/libspirv.h> +#include "ext_inst.h" #include <string.h>