diff options
Diffstat (limited to 'engines/mohawk/cstime_game.cpp')
| -rw-r--r-- | engines/mohawk/cstime_game.cpp | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/mohawk/cstime_game.cpp b/engines/mohawk/cstime_game.cpp index 14e5d99e51..2e21111025 100644 --- a/engines/mohawk/cstime_game.cpp +++ b/engines/mohawk/cstime_game.cpp @@ -18,9 +18,6 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  #include "mohawk/cstime_game.h" @@ -29,6 +26,8 @@  #include "mohawk/resource.h"  #include "mohawk/sound.h"  #include "common/events.h" +#include "common/system.h" +#include "common/textconsole.h"  namespace Mohawk {  | 
