diff options
author | Max Horn | 2009-03-01 06:02:17 +0000 |
---|---|---|
committer | Max Horn | 2009-03-01 06:02:17 +0000 |
commit | 25e7d3a08d68b4e3f0c8df203c6f9f77ac8ebf2b (patch) | |
tree | bd8fe4ed9f4a6a6944b16d0a215cc353640e4661 /engines/sci/sfx/player/polled.cpp | |
parent | 6454a3dee147ce8ce2fb02449df52123a8459782 (diff) | |
download | scummvm-rg350-25e7d3a08d68b4e3f0c8df203c6f9f77ac8ebf2b.tar.gz scummvm-rg350-25e7d3a08d68b4e3f0c8df203c6f9f77ac8ebf2b.tar.bz2 scummvm-rg350-25e7d3a08d68b4e3f0c8df203c6f9f77ac8ebf2b.zip |
SCI: Renamed some sfx header files
svn-id: r39006
Diffstat (limited to 'engines/sci/sfx/player/polled.cpp')
-rw-r--r-- | engines/sci/sfx/player/polled.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/player/polled.cpp b/engines/sci/sfx/player/polled.cpp index 5519482b89..e0496008c9 100644 --- a/engines/sci/sfx/player/polled.cpp +++ b/engines/sci/sfx/player/polled.cpp @@ -27,7 +27,7 @@ #include "common/util.h" #include "common/file.h" -#include "sci/sfx/sfx_player.h" +#include "sci/sfx/player.h" #include "sci/sfx/softseq.h" #include "sci/sfx/mixer.h" |