Common: Renamed text.h to common.h

This commit is contained in:
Paul Beckingham 2016-01-26 09:34:11 -05:00
parent bb7627821c
commit 79d658207c
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
#include <cmake.h> #include <cmake.h>
#include <Grammar.h> #include <Grammar.h>
#include <Lexer.h> #include <Lexer.h>
#include <text.h> #include <common.h>
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>

View file

@ -29,7 +29,7 @@
#include <Lexer.h> #include <Lexer.h>
#include <Table.h> #include <Table.h>
#include <Color.h> #include <Color.h>
#include <text.h> #include <common.h>
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>