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/text.cpp b/source/text.cpp index ed70309..fa6e6eb 100644 --- a/source/text.cpp +++ b/source/text.cpp
@@ -46,6 +46,7 @@ #include "instruction.h" #include "opcode.h" #include "operand.h" +#include "table.h" #include "text_handler.h" #include "util/bitutils.h"