diff options
Diffstat (limited to 'engines/kyra/scene_lok.cpp')
| -rw-r--r-- | engines/kyra/scene_lok.cpp | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/kyra/scene_lok.cpp b/engines/kyra/scene_lok.cpp index 3abfe03fff..6cb3e2a98a 100644 --- a/engines/kyra/scene_lok.cpp +++ b/engines/kyra/scene_lok.cpp @@ -18,25 +18,16 @@   * 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 "kyra/kyra_lok.h" -#include "kyra/seqplayer.h" -#include "kyra/screen.h"  #include "kyra/resource.h"  #include "kyra/sound.h"  #include "kyra/sprites.h" -#include "kyra/wsamovie.h"  #include "kyra/animator_lok.h" -#include "kyra/text.h" -#include "kyra/script.h"  #include "kyra/timer.h"  #include "common/system.h" -#include "common/savefile.h"  namespace Kyra {  | 
