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/sword1 | |
| 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/sword1')
| -rw-r--r-- | engines/sword1/detection.cpp | 1 | ||||
| -rw-r--r-- | engines/sword1/sound.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/sword1/detection.cpp b/engines/sword1/detection.cpp index 30f0ebcb2b..657364cc11 100644 --- a/engines/sword1/detection.cpp +++ b/engines/sword1/detection.cpp @@ -31,6 +31,7 @@ #include "common/file.h" #include "common/fs.h" #include "common/savefile.h" +#include "common/system.h" #include "graphics/thumbnail.h" #include "engines/metaengine.h" diff --git a/engines/sword1/sound.cpp b/engines/sword1/sound.cpp index d994ebf69b..caf6d48613 100644 --- a/engines/sword1/sound.cpp +++ b/engines/sword1/sound.cpp @@ -28,6 +28,7 @@ #include "common/util.h" #include "common/events.h" +#include "common/system.h" #include "sword1/sound.h" #include "sword1/resman.h" |
