aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/player/polled.c
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/player/polled.c')
-rw-r--r--engines/sci/sfx/player/polled.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/sfx/player/polled.c b/engines/sci/sfx/player/polled.c
index 59eeceaac2..2a4c23fa97 100644
--- a/engines/sci/sfx/player/polled.c
+++ b/engines/sci/sfx/player/polled.c
@@ -26,9 +26,9 @@
***************************************************************************/
/* Polled player, mostly for PCM-based thingies (which _can_ poll, after all) */
-#include <sfx_player.h>
-#include "../softseq.h"
-#include "../mixer.h"
+#include "sci/include/sfx_player.h"
+#include "sci/sfx/softseq.h"
+#include "sci/sfx/mixer.h"
static song_iterator_t *play_it;
static int play_paused = 0;