diff options
Diffstat (limited to 'engines/saga/shorten.cpp')
| -rw-r--r-- | engines/saga/shorten.cpp | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/saga/shorten.cpp b/engines/saga/shorten.cpp index 685cb26aa7..39af7aa3db 100644 --- a/engines/saga/shorten.cpp +++ b/engines/saga/shorten.cpp @@ -18,12 +18,10 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  #include "common/scummsys.h" +#include "common/textconsole.h"  #include "saga/shorten.h" @@ -34,10 +32,8 @@  // FIXME: This doesn't work yet correctly -#include "common/endian.h"  #include "common/util.h" -#include "audio/mixer.h"  #include "audio/decoders/raw.h"  namespace Saga {  | 
