diff options
author | Max Horn | 2010-03-18 15:07:11 +0000 |
---|---|---|
committer | Max Horn | 2010-03-18 15:07:11 +0000 |
commit | d78dba3bcae77e85107836cfeecaa958b7ebe4d4 (patch) | |
tree | ffe9793ec249ebe8bb429ce1cbeb9ef5155b0578 /engines/sky | |
parent | ef93d6921ee4dfed349093bd7378d99107d9e211 (diff) | |
download | scummvm-rg350-d78dba3bcae77e85107836cfeecaa958b7ebe4d4.tar.gz scummvm-rg350-d78dba3bcae77e85107836cfeecaa958b7ebe4d4.tar.bz2 scummvm-rg350-d78dba3bcae77e85107836cfeecaa958b7ebe4d4.zip |
COMMON: Move Common::RandomSource to common/random.*
svn-id: r48279
Diffstat (limited to 'engines/sky')
-rw-r--r-- | engines/sky/logic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sky/logic.h b/engines/sky/logic.h index 2274b6e2c5..da1d9ed997 100644 --- a/engines/sky/logic.h +++ b/engines/sky/logic.h @@ -26,8 +26,8 @@ #ifndef SKY_LOGIC_H #define SKY_LOGIC_H - #include "common/util.h" +#include "common/random.h" namespace Sky { |