From 34f90ac043230f049c58aaaf843ac347e0fc5c21 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 21 Feb 2009 14:11:41 +0000 Subject: revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. svn-id: r38696 --- engines/sci/sfx/player/polled.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sci/sfx/player/polled.cpp') diff --git a/engines/sci/sfx/player/polled.cpp b/engines/sci/sfx/player/polled.cpp index c514fa1caf..5856351bc8 100644 --- a/engines/sci/sfx/player/polled.cpp +++ b/engines/sci/sfx/player/polled.cpp @@ -25,9 +25,8 @@ /* Polled player, mostly for PCM-based thingies (which _can_ poll, after all) */ -#include "common/file.h" #include "common/util.h" - +#include "common/file.h" #include "sci/include/sfx_player.h" #include "sci/sfx/softseq.h" #include "sci/sfx/mixer.h" -- cgit v1.2.3