diff options
author | Strangerke | 2013-10-05 14:47:07 +0200 |
---|---|---|
committer | Strangerke | 2013-10-05 14:47:07 +0200 |
commit | 1844dcf05cdf57a42d8336ef3c6ff1ffe02a951f (patch) | |
tree | 1d7a93740c49cf0cfc9a16fb09b688eca0380f7e /engines/avalanche | |
parent | b6d6c17727755fe50bbbb02ddc126ab7c887683c (diff) | |
download | scummvm-rg350-1844dcf05cdf57a42d8336ef3c6ff1ffe02a951f.tar.gz scummvm-rg350-1844dcf05cdf57a42d8336ef3c6ff1ffe02a951f.tar.bz2 scummvm-rg350-1844dcf05cdf57a42d8336ef3c6ff1ffe02a951f.zip |
AVALANCHE: Remove a missed useless include
Diffstat (limited to 'engines/avalanche')
-rw-r--r-- | engines/avalanche/sound.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/avalanche/sound.cpp b/engines/avalanche/sound.cpp index b10a5db552..c324df4713 100644 --- a/engines/avalanche/sound.cpp +++ b/engines/avalanche/sound.cpp @@ -24,7 +24,6 @@ #include "avalanche/sound.h" #include "audio/audiostream.h" -#include "common/system.h" #include "common/config-manager.h" namespace Avalanche { |