From 7ee049ab8f24500171ec56233d686e241ccf52c5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 1 Mar 2009 06:17:52 +0000 Subject: SCI: Forgot to commit a couple files after renaming sfx headers svn-id: r39010 --- engines/sci/sfx/player/players.cpp | 2 +- engines/sci/sfx/softseq/opl2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci/sfx') diff --git a/engines/sci/sfx/player/players.cpp b/engines/sci/sfx/player/players.cpp index 131c467cff..b07a00b036 100644 --- a/engines/sci/sfx/player/players.cpp +++ b/engines/sci/sfx/player/players.cpp @@ -23,7 +23,7 @@ * */ -#include "sci/sfx/sfx_player.h" +#include "sci/sfx/player.h" namespace Sci { diff --git a/engines/sci/sfx/softseq/opl2.cpp b/engines/sci/sfx/softseq/opl2.cpp index 945e47308c..71f6dbe186 100644 --- a/engines/sci/sfx/softseq/opl2.cpp +++ b/engines/sci/sfx/softseq/opl2.cpp @@ -43,7 +43,7 @@ ***************************************************************************/ #include "sci/tools.h" -#include "sci/sfx/sfx_iterator.h" +#include "sci/sfx/iterator.h" #include "../softseq.h" #include "../adlib.h" -- cgit v1.2.3