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"