From 367131ef0ebbc446f5589b3523049eac3d5a572d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 22 Feb 2012 21:03:17 +0100 Subject: COMMON: Move Language and Platform functionality into separate files --- engines/touche/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/touche') diff --git a/engines/touche/graphics.h b/engines/touche/graphics.h index 4b769b0a66..5b2ea39a24 100644 --- a/engines/touche/graphics.h +++ b/engines/touche/graphics.h @@ -23,7 +23,7 @@ #ifndef TOUCHE_GRAPHICS_H #define TOUCHE_GRAPHICS_H -#include "common/util.h" +#include "common/language.h" namespace Touche { -- cgit v1.2.3