diff options
| author | Max Horn | 2008-12-25 20:40:00 +0000 |
|---|---|---|
| committer | Max Horn | 2008-12-25 20:40:00 +0000 |
| commit | df20d264fd300a26b15f46dfdfc2d9aa94810d5f (patch) | |
| tree | d120a9d976d5863c60509f2119887238b431c0b5 /engines/sky | |
| parent | f4fc0a9176d7f0ecfe68989d60a9d5ee0a29a120 (diff) | |
| download | scummvm-rg350-df20d264fd300a26b15f46dfdfc2d9aa94810d5f.tar.gz scummvm-rg350-df20d264fd300a26b15f46dfdfc2d9aa94810d5f.tar.bz2 scummvm-rg350-df20d264fd300a26b15f46dfdfc2d9aa94810d5f.zip | |
Pushing down some header deps (on common/system.h, mostly)
svn-id: r35542
Diffstat (limited to 'engines/sky')
| -rw-r--r-- | engines/sky/logic.cpp | 1 | ||||
| -rw-r--r-- | engines/sky/sky.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/sky/logic.cpp b/engines/sky/logic.cpp index 9f13bf9bee..fc8ecdca3a 100644 --- a/engines/sky/logic.cpp +++ b/engines/sky/logic.cpp @@ -27,6 +27,7 @@ #include "common/endian.h" #include "common/rect.h" #include "common/events.h" +#include "common/system.h" #include "sky/autoroute.h" #include "sky/compact.h" diff --git a/engines/sky/sky.cpp b/engines/sky/sky.cpp index 4adce2ebaf..da63e432c2 100644 --- a/engines/sky/sky.cpp +++ b/engines/sky/sky.cpp @@ -24,6 +24,7 @@ */ #include "common/config-manager.h" +#include "common/system.h" #include "sky/control.h" #include "sky/debug.h" |
