diff options
author | Max Horn | 2012-02-22 21:03:17 +0100 |
---|---|---|
committer | Max Horn | 2012-02-26 15:21:36 +0100 |
commit | 367131ef0ebbc446f5589b3523049eac3d5a572d (patch) | |
tree | 4283f700e253762c070d05ed2ec9df4836db0afb /engines/sword25/util | |
parent | 215b41b244e042019f82cb507463d7e13672a6d0 (diff) | |
download | scummvm-rg350-367131ef0ebbc446f5589b3523049eac3d5a572d.tar.gz scummvm-rg350-367131ef0ebbc446f5589b3523049eac3d5a572d.tar.bz2 scummvm-rg350-367131ef0ebbc446f5589b3523049eac3d5a572d.zip |
COMMON: Move Language and Platform functionality into separate files
Diffstat (limited to 'engines/sword25/util')
-rw-r--r-- | engines/sword25/util/lua/scummvm_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/util/lua/scummvm_file.cpp b/engines/sword25/util/lua/scummvm_file.cpp index 33053a71cb..b5f1388129 100644 --- a/engines/sword25/util/lua/scummvm_file.cpp +++ b/engines/sword25/util/lua/scummvm_file.cpp @@ -22,7 +22,7 @@ #include "sword25/util/lua/scummvm_file.h" #include "common/config-manager.h" -#include "common/util.h" +#include "common/language.h" namespace Sword25 { |