aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx')
-rw-r--r--engines/sci/sfx/core.cpp2
-rw-r--r--engines/sci/sfx/iterator.cpp1
-rw-r--r--engines/sci/sfx/softseq/opl2.cpp1
-rw-r--r--engines/sci/sfx/softseq/softsequencers.cpp4
-rw-r--r--engines/sci/sfx/songlib.cpp2
5 files changed, 0 insertions, 10 deletions
diff --git a/engines/sci/sfx/core.cpp b/engines/sci/sfx/core.cpp
index 3ccf38115c..54dde65ca5 100644
--- a/engines/sci/sfx/core.cpp
+++ b/engines/sci/sfx/core.cpp
@@ -25,8 +25,6 @@
/* Sound subsystem core: Event handler, sound player dispatching */
-#include <stdio.h>
-
#include "sci/tools.h"
#include "sci/sfx/sfx_timer.h"
#include "sci/sfx/sfx_iterator_internal.h"
diff --git a/engines/sci/sfx/iterator.cpp b/engines/sci/sfx/iterator.cpp
index 092bed9288..8c6f82c62e 100644
--- a/engines/sci/sfx/iterator.cpp
+++ b/engines/sci/sfx/iterator.cpp
@@ -25,7 +25,6 @@
/* Song iterators */
-#include <stdio.h>
#include "common/util.h"
#include "sci/sfx/sfx_iterator_internal.h"
#include "sci/sfx/sfx_player.h"
diff --git a/engines/sci/sfx/softseq/opl2.cpp b/engines/sci/sfx/softseq/opl2.cpp
index 7dbe423eaa..fa1fc54a0e 100644
--- a/engines/sci/sfx/softseq/opl2.cpp
+++ b/engines/sci/sfx/softseq/opl2.cpp
@@ -46,7 +46,6 @@
#include "sci/sfx/sfx_iterator.h"
#include "../softseq.h"
#include "../adlib.h"
-#include <math.h>
#include "sound/fmopl.h"
diff --git a/engines/sci/sfx/softseq/softsequencers.cpp b/engines/sci/sfx/softseq/softsequencers.cpp
index 8ab3aa61ab..f206c8b8ce 100644
--- a/engines/sci/sfx/softseq/softsequencers.cpp
+++ b/engines/sci/sfx/softseq/softsequencers.cpp
@@ -23,10 +23,6 @@
*
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include "../softseq.h"
namespace Sci {
diff --git a/engines/sci/sfx/songlib.cpp b/engines/sci/sfx/songlib.cpp
index 6b2703b95b..61b564004f 100644
--- a/engines/sci/sfx/songlib.cpp
+++ b/engines/sci/sfx/songlib.cpp
@@ -23,8 +23,6 @@
*
*/
-#include <stdio.h>
-
#include "sci/tools.h"
#include "sci/sfx/sfx_engine.h"
#include "sci/sci_memory.h"