aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/player/polled.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/player/polled.cpp')
-rw-r--r--engines/sci/sfx/player/polled.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sci/sfx/player/polled.cpp b/engines/sci/sfx/player/polled.cpp
index 842b7c5df5..a326eb508a 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/player.h"
+#include "sci/sfx/player/polled.h"
#include "sci/sfx/softseq.h"
#include "sci/sfx/iterator.h"
@@ -253,8 +253,6 @@ static int ppf_poll(int frame_size, byte *dest, int size) {
return size; /* Apparently, we wrote all that was requested */
}
-extern sfx_player_t sfx_player_polled;
-
/*=======================*/
/* Player implementation */
/*=======================*/